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