Class: Aws::Comprehend::Types::TextSizeLimitExceededException

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

#messageString

Returns:

  • (String)


8481
8482
8483
8484
8485
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 8481

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