Class: Aws::ComprehendMedical::Types::TextSizeLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::TextSizeLimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehendmedical/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
2109 2110 2111 2112 2113 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 2109 class TextSizeLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |