Class: Aws::LexModelsV2::Types::ThrottlingException

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

Overview

Your request rate is too high. Reduce the frequency of requests.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


14103
14104
14105
14106
14107
14108
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14103

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

#retry_after_secondsInteger

The number of seconds after which the user can invoke the API again.

Returns:

  • (Integer)


14103
14104
14105
14106
14107
14108
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14103

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