Class: Aws::RDSDataService::Errors::SecretsErrorException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::RDSDataService::Errors::SecretsErrorException
 
- Defined in:
- gems/aws-sdk-rdsdataservice/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.
| 229 230 231 | # File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/errors.rb', line 229 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#message ⇒ String
| 234 235 236 | # File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/errors.rb', line 234 def @message || @data[:message] end |