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
8332 8333 8334 8335 8336 |
# File 'lib/aws-sdk-comprehend/types.rb', line 8332 class TextSizeLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |