Class: Aws::DataSync::Types::InvalidRequestException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataSync::Types::InvalidRequestException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-datasync/types.rb
 
Overview
This exception is thrown when the client submits a malformed request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#datasync_error_code ⇒ String
      3264 3265 3266 3267 3268 3269 3270  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 3264 class InvalidRequestException < Struct.new( :message, :error_code, :datasync_error_code) SENSITIVE = [] include Aws::Structure end  | 
  
#error_code ⇒ String
      3264 3265 3266 3267 3268 3269 3270  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 3264 class InvalidRequestException < Struct.new( :message, :error_code, :datasync_error_code) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
      3264 3265 3266 3267 3268 3269 3270  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 3264 class InvalidRequestException < Struct.new( :message, :error_code, :datasync_error_code) SENSITIVE = [] include Aws::Structure end  |