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
7020 7021 7022 7023 7024 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7020 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |