Class: Aws::GameLift::Errors::InternalServiceException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::GameLift::Errors::InternalServiceException
 
 
- Defined in:
 - gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ InternalServiceException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of InternalServiceException.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
  
  
  
  
  
    
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServiceException
Returns a new instance of InternalServiceException.
      118 119 120  | 
    
      # File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/errors.rb', line 118 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      123 124 125  | 
    
      # File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/errors.rb', line 123 def @message || @data[:message] end  |