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 is not the same key material that was previously imported into this KMS key.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3610 3611 3612 3613 3614 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 3610 class IncorrectKeyMaterialException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |