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