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

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


14030
14031
14032
14033
14034
14035
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14030

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)


14030
14031
14032
14033
14034
14035
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14030

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