Class: Aws::BedrockAgent::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
This exception is thrown when the number of requests exceeds the limit
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Non Blank String.
Instance Attribute Details
#message ⇒ String
Non Blank String
2957 2958 2959 2960 2961 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2957 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |