Class: Aws::IoT::Errors::InternalException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalException.

Parameters:



185
186
187
# File 'lib/aws-sdk-iot/errors.rb', line 185

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

Instance Method Details

#messageString

Returns:

  • (String)


190
191
192
# File 'lib/aws-sdk-iot/errors.rb', line 190

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