Class: Aws::Comprehend::Types::TextSizeLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::TextSizeLimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
The size of the input text exceeds the limit. Use a smaller document.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
8481 8482 8483 8484 8485 |
# File 'lib/aws-sdk-comprehend/types.rb', line 8481 class TextSizeLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |