Class: Aws::RDSDataService::Types::InvalidSecretException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDSDataService::Types::InvalidSecretException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rdsdataservice/types.rb
 
Overview
The Secrets Manager secret used with the request isn’t valid.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      700 701 702 703 704  | 
    
      # File 'lib/aws-sdk-rdsdataservice/types.rb', line 700 class InvalidSecretException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |