Class: Aws::DataSync::Errors::InvalidRequestException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::DataSync::Errors::InvalidRequestException
- Defined in:
- sig/errors.rbs,
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 |
# File 'lib/aws-sdk-datasync/errors.rb', line 79
def datasync_error_code: () -> ::String
|
#error_code ⇒ String
74 |
# File 'lib/aws-sdk-datasync/errors.rb', line 74
def error_code: () -> ::String
|
#message ⇒ String
69 |
# File 'lib/aws-sdk-datasync/errors.rb', line 69
def message: () -> ::String
|