Class: Aws::DataSync::Errors::InternalException

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) ⇒ InternalException

Returns a new instance of InternalException.

Parameters:



44
45
46
# File 'lib/aws-sdk-datasync/errors.rb', line 44

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

Instance Method Details

#error_codeString

Returns:

  • (String)


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

def error_code: () -> ::String

#messageString

Returns:

  • (String)


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

def message: () -> ::String