Class: Aws::BedrockAgent::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/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
#message ⇒ String
3800 3801 3802 3803 3804 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3800 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |