Class: Aws::RDSDataService::Types::SecretsErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDSDataService::Types::SecretsErrorException
- 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
#message ⇒ 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 |