Class: Aws::IoT1ClickProjects::Errors::InternalFailureException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalFailureException.

Parameters:



47
48
49
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/errors.rb', line 47

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

Instance Method Details

#codeString

Returns:

  • (String)


52
53
54
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/errors.rb', line 52

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

#messageString

Returns:

  • (String)


57
58
59
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/errors.rb', line 57

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