Class: Aws::Mobile::Errors::InternalFailureException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Mobile::Errors::InternalFailureException
- Defined in:
- lib/aws-sdk-mobile/errors.rb
Instance Method Summary collapse
-
#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.
80 81 82 |
# File 'lib/aws-sdk-mobile/errors.rb', line 80 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
85 86 87 |
# File 'lib/aws-sdk-mobile/errors.rb', line 85 def @message || @data[:message] end |