Class: Aws::Comprehend::Types::BatchSizeLimitExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

The number of documents in the request exceeds the limit of 25. Try your request again with fewer documents.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


507
508
509
510
511
# File 'lib/aws-sdk-comprehend/types.rb', line 507

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