Class: Aws::Batch::Errors::ServerException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::Batch::Errors::ServerException
 
 
- Defined in:
 - lib/aws-sdk-batch/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ServerException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ServerException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServerException
Returns a new instance of ServerException.
      59 60 61  | 
    
      # File 'lib/aws-sdk-batch/errors.rb', line 59 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      64 65 66  | 
    
      # File 'lib/aws-sdk-batch/errors.rb', line 64 def @message || @data[:message] end  |