Class: Aws::BedrockAgentRuntime::Types::ServiceQuotaExceededException

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

Overview

The number of requests exceeds the service quota. 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



2235
2236
2237
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2235

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


2235
2236
2237
2238
2239
2240
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2235

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