Class: Aws::ElasticsearchService::Errors::InternalException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ElasticsearchService::Errors::InternalException
- Defined in:
- lib/aws-sdk-elasticsearchservice/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalException
constructor
A new instance of InternalException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalException
Returns a new instance of InternalException.
98 99 100 |
# File 'lib/aws-sdk-elasticsearchservice/errors.rb', line 98 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |