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
4277 4278 4279 4280 4281 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 4277 class IncorrectKeyMaterialException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |