Class: Aws::DataSync::Errors::InvalidRequestException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::DataSync::Errors::InvalidRequestException
 
 
- Defined in:
 - lib/aws-sdk-datasync/errors.rb
 
Instance Method Summary collapse
- #datasync_error_code ⇒ String
 - #error_code ⇒ String
 - 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ InvalidRequestException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of InvalidRequestException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidRequestException
Returns a new instance of InvalidRequestException.
      64 65 66  | 
    
      # File 'lib/aws-sdk-datasync/errors.rb', line 64 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#datasync_error_code ⇒ String
      79 80 81  | 
    
      # File 'lib/aws-sdk-datasync/errors.rb', line 79 def datasync_error_code @data[:datasync_error_code] end  | 
  
#error_code ⇒ String
      74 75 76  | 
    
      # File 'lib/aws-sdk-datasync/errors.rb', line 74 def error_code @data[:error_code] end  | 
  
#message ⇒ String
      69 70 71  | 
    
      # File 'lib/aws-sdk-datasync/errors.rb', line 69 def @message || @data[:message] end  |