Class: Aws::Comprehend::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::InvalidRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
The request is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detail ⇒ Types::InvalidRequestDetail
Provides additional detail about why the request failed:.
- #message ⇒ String
- #reason ⇒ String
Instance Attribute Details
#detail ⇒ Types::InvalidRequestDetail
Provides additional detail about why the request failed:
-
Document size is too large - Check the size of your file and resubmit the request.
-
Document type is not supported - Check the file type and resubmit the request.
-
Too many pages in the document - Check the number of pages in your file and resubmit the request.
-
Access denied to Amazon Textract - Verify that your account has permission to use Amazon Textract API operations and resubmit the request.
5099 5100 5101 5102 5103 5104 5105 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5099 class InvalidRequestException < Struct.new( :message, :reason, :detail) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
5099 5100 5101 5102 5103 5104 5105 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5099 class InvalidRequestException < Struct.new( :message, :reason, :detail) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
5099 5100 5101 5102 5103 5104 5105 |
# File 'lib/aws-sdk-comprehend/types.rb', line 5099 class InvalidRequestException < Struct.new( :message, :reason, :detail) SENSITIVE = [] include Aws::Structure end |