Class: Aws::SecretsManager::Types::DecryptionFailure
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::DecryptionFailure
- Includes:
- Aws::Structure
- Defined in:
- 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 'lib/aws-sdk-secretsmanager/types.rb', line 378 class DecryptionFailure < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |