Class: Aws::KMS::Types::InvalidCiphertextException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::InvalidCiphertextException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kms/types.rb
Overview
From the Decrypt or ReEncrypt operation, the request was rejected because the specified ciphertext, or additional authenticated data incorporated into the ciphertext, such as the encryption context, is corrupted, missing, or otherwise invalid.
From the ImportKeyMaterial operation, the request was rejected because KMS could not decrypt the encrypted (wrapped) key material.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3960 3961 3962 3963 3964 |
# File 'lib/aws-sdk-kms/types.rb', line 3960 class InvalidCiphertextException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |