Class: Aws::BedrockAgent::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/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)


6901
6902
6903
6904
6905
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6901

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