Class: Aws::RDSDataService::Errors::SecretsErrorException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::RDSDataService::Errors::SecretsErrorException
 
 
- Defined in:
 - lib/aws-sdk-rdsdataservice/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ SecretsErrorException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of SecretsErrorException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SecretsErrorException
Returns a new instance of SecretsErrorException.
      197 198 199  | 
    
      # File 'lib/aws-sdk-rdsdataservice/errors.rb', line 197 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      202 203 204  | 
    
      # File 'lib/aws-sdk-rdsdataservice/errors.rb', line 202 def @message || @data[:message] end  |