Class: Aws::BedrockAgentRuntime::Types::ThrottlingException

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

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



10241
10242
10243
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 10241

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


10241
10242
10243
10244
10245
10246
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 10241

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