Class: Aws::Lex::Errors::InternalFailureException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lex::Errors::InternalFailureException
- Defined in:
- lib/aws-sdk-lex/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.
113 114 115 |
# File 'lib/aws-sdk-lex/errors.rb', line 113 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
118 119 120 |
# File 'lib/aws-sdk-lex/errors.rb', line 118 def @message || @data[:message] end |