Class: Aws::RDSDataService::Errors::InternalServerErrorException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::RDSDataService::Errors::InternalServerErrorException
 
 
- Defined in:
 - lib/aws-sdk-rdsdataservice/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ InternalServerErrorException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of InternalServerErrorException.
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerErrorException
Returns a new instance of InternalServerErrorException.
      157 158 159  | 
    
      # File 'lib/aws-sdk-rdsdataservice/errors.rb', line 157 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  |