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
3453 3454 3455 3456 3457 3458 3459 |
# File 'lib/aws-sdk-datasync/types.rb', line 3453 class InvalidRequestException < Struct.new( :message, :error_code, :datasync_error_code) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
3453 3454 3455 3456 3457 3458 3459 |
# File 'lib/aws-sdk-datasync/types.rb', line 3453 class InvalidRequestException < Struct.new( :message, :error_code, :datasync_error_code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3453 3454 3455 3456 3457 3458 3459 |
# File 'lib/aws-sdk-datasync/types.rb', line 3453 class InvalidRequestException < Struct.new( :message, :error_code, :datasync_error_code) SENSITIVE = [] include Aws::Structure end |