Class: Aws::IoT1ClickProjects::Errors::InternalFailureException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IoT1ClickProjects::Errors::InternalFailureException
- Defined in:
- lib/aws-sdk-iot1clickprojects/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalFailureException
constructor
A new instance of InternalFailureException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalFailureException
Returns a new instance of InternalFailureException.
47 48 49 |
# File 'lib/aws-sdk-iot1clickprojects/errors.rb', line 47 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
52 53 54 |
# File 'lib/aws-sdk-iot1clickprojects/errors.rb', line 52 def code @code || @data[:code] end |
#message ⇒ String
57 58 59 |
# File 'lib/aws-sdk-iot1clickprojects/errors.rb', line 57 def @message || @data[:message] end |