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