Class: Aws::CloudSearch::Errors::InternalException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudSearch::Errors::InternalException
- Defined in:
- lib/aws-sdk-cloudsearch/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.
80 81 82 |
# File 'lib/aws-sdk-cloudsearch/errors.rb', line 80 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |