Class: Aws::BedrockRuntime::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
Your request was throttled because of service-wide limitations. Resubmit your request later or in a different region. You can also purchase [Provisioned Throughput] to increase the rate or number of tokens you can process.
[1]: docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
- #message ⇒ String
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
2040 2041 2042 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2040 def event_type @event_type end |
#message ⇒ String
2040 2041 2042 2043 2044 2045 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2040 class ThrottlingException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |