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

Inherits:
ServiceError
  • Object
show all
Defined in:
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
55
56
# File 'lib/aws-sdk-datasync/errors.rb', line 54

def error_code
  @data[:error_code]
end

#messageString

Returns:

  • (String)


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

def message
  @message || @data[:message]
end