Class: Aws::Comprehend::Types::TooManyRequestsException

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

Overview

The number of requests exceeds the limit. Resubmit your request later.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8494
8495
8496
8497
8498
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 8494

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