Class: Aws::CloudSearch::Errors::InvalidTypeException Deprecated
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudSearch::Errors::InvalidTypeException
- Defined in:
- lib/aws-sdk-cloudsearch/errors.rb
Overview
Deprecated.
This error class is not used during parsing. Please use ‘InvalidType` instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidTypeException
constructor
A new instance of InvalidTypeException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidTypeException
Returns a new instance of InvalidTypeException.
100 101 102 |
# File 'lib/aws-sdk-cloudsearch/errors.rb', line 100 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |