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
      871 872 873 874 875  | 
    
      # File 'lib/aws-sdk-rdsdataservice/types.rb', line 871 class SecretsErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |