Class: Aws::BedrockRuntime::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-bedrockruntime/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 in the Amazon Bedrock User Guide
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
3850 3851 3852 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3850 def event_type @event_type end |
#message ⇒ String
3850 3851 3852 3853 3854 3855 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 3850 class ThrottlingException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |