Class: Aws::DataSync::Types::InvalidRequestException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/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_codeString

Returns:

  • (String)


3264
3265
3266
3267
3268
3269
3270
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3264

class InvalidRequestException < Struct.new(
  :message,
  :error_code,
  :datasync_error_code)
  SENSITIVE = []
  include Aws::Structure
end

#error_codeString

Returns:

  • (String)


3264
3265
3266
3267
3268
3269
3270
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3264

class InvalidRequestException < Struct.new(
  :message,
  :error_code,
  :datasync_error_code)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


3264
3265
3266
3267
3268
3269
3270
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3264

class InvalidRequestException < Struct.new(
  :message,
  :error_code,
  :datasync_error_code)
  SENSITIVE = []
  include Aws::Structure
end