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 customer master key (CMK) is available, enabled, and not in an invalid state. For more information, see [How Key State Affects Use of a Customer Master Key].

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

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


632
633
634
635
# File 'lib/aws-sdk-secretsmanager/types.rb', line 632

class EncryptionFailure < Struct.new(
  :message)
  include Aws::Structure
end