Class: Aws::ComprehendMedical::Types::TextSizeLimitExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehendmedical/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

#messageString

Returns:

  • (String)


2109
2110
2111
2112
2113
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 2109

class TextSizeLimitExceededException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end