Class: Aws::SecretsManager::Types::DecryptionFailure
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SecretsManager::Types::DecryptionFailure
 
- Defined in:
- gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb
Overview
Secrets Manager can't decrypt the protected secret text using the provided KMS key.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
| 378 379 380 381 382 | # File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 378 class DecryptionFailure < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |