Class: Aws::SecretsManager::Types::DecryptionFailure

Inherits:
Struct
  • Object
show all
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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


326
327
328
329
# File 'lib/aws-sdk-secretsmanager/types.rb', line 326

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