Class: Aws::KMS::Types::IncorrectKeyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::IncorrectKeyException
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb
Overview
The request was rejected because the specified KMS key cannot decrypt
the data. The KeyId in a Decrypt request and the SourceKeyId in a
ReEncrypt request must identify the same KMS key that was used to
encrypt the ciphertext.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4081 4082 4083 4084 4085 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 4081 class IncorrectKeyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |