Class: Aws::BedrockRuntime::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockruntime/types.rb

Overview

Your request was denied due to exceeding the account quotas for *Amazon Bedrock*. For troubleshooting this error, see

ThrottlingException][1

in the Amazon Bedrock User Guide

[1]: docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html#ts-throttling-exception

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



2632
2633
2634
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2632

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


2632
2633
2634
2635
2636
2637
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2632

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