Class: Aws::Translate::Types::TextSizeLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::TextSizeLimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-translate/types.rb
Overview
The size of the text you submitted exceeds the size limit. Reduce the size of the text or use a smaller document and then retry your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1527 1528 1529 1530 1531 |
# File 'lib/aws-sdk-translate/types.rb', line 1527 class TextSizeLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |