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
4042 4043 4044 4045 4046 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 4042 class IncorrectKeyMaterialException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |