Class: Aws::MarketplaceEntitlementService::Errors::InternalServiceErrorException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::MarketplaceEntitlementService::Errors::InternalServiceErrorException
 
 
- Defined in:
 - lib/aws-sdk-marketplaceentitlementservice/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ InternalServiceErrorException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of InternalServiceErrorException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServiceErrorException
Returns a new instance of InternalServiceErrorException.
      45 46 47  | 
    
      # File 'lib/aws-sdk-marketplaceentitlementservice/errors.rb', line 45 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      50 51 52  | 
    
      # File 'lib/aws-sdk-marketplaceentitlementservice/errors.rb', line 50 def @message || @data[:message] end  |