Class: Aws::SecretsManager::Types::EncryptionFailure

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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].

[1]: docs.aws.amazon.com/kms/latest/developerguide/key-state.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)

606
607
608
609
610
# File 'lib/aws-sdk-secretsmanager/types.rb', line 606

class EncryptionFailure < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end