Class: Aws::KMS::Types::IncorrectKeyMaterialException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::IncorrectKeyMaterialException
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb
Overview
The request was rejected because the key material in the request is, expired, invalid, or does not meet expectations. For example, it is not the same key material that was previously imported or KMS expected new key material but the key material being imported is already associated with the KMS key.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4098 4099 4100 4101 4102 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 4098 class IncorrectKeyMaterialException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |