Class: Aws::RDSDataService::Types::SecretsErrorException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rdsdataservice/types.rb

Overview

There was a problem with the Secrets Manager secret used with the request, caused by one of the following conditions:

  • RDS Data API timed out retrieving the secret.

  • The secret provided wasn’t found.

  • The secret couldn’t be decrypted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


886
887
888
889
890
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 886

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