Class: Aws::MachineLearning::Errors::InternalServerException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-machinelearning/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalServerException.

Parameters:



39
40
41
# File 'lib/aws-sdk-machinelearning/errors.rb', line 39

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

Instance Method Details

#codeString

Returns:

  • (String)


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

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

#messageString

Returns:

  • (String)


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

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