Class: Aws::SecretsManager::Types::EncryptionFailure
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::EncryptionFailure
- Defined in:
- gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb
Overview
Secrets Manager can't encrypt the protected secret text using the provided KMS key. Check that the KMS key is available, enabled, and not in an invalid state. For more information, see Key state: Effect on your KMS key.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
704 705 706 707 708 |
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 704 class EncryptionFailure < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |