Class: Aws::BedrockAgentCoreControl::Types::ThrottledException

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

Overview

API rate limit has been exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9321
9322
9323
9324
9325
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 9321

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