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
6977 6978 6979 6980 6981 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6977 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |