Class: Aws::DataSync::Errors::InvalidRequestException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-datasync/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidRequestException

Returns a new instance of InvalidRequestException.

Parameters:



64
65
66
# File 'lib/aws-sdk-datasync/errors.rb', line 64

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#datasync_error_codeString

Returns:

  • (String)


79
# File 'lib/aws-sdk-datasync/errors.rb', line 79

def datasync_error_code: () -> ::String

#error_codeString

Returns:

  • (String)


74
# File 'lib/aws-sdk-datasync/errors.rb', line 74

def error_code: () -> ::String

#messageString

Returns:

  • (String)


69
# File 'lib/aws-sdk-datasync/errors.rb', line 69

def message: () -> ::String