Class: Aws::BedrockAgent::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
The number of requests exceeds the service quota. Resubmit your request later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6679 6680 6681 6682 6683 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6679 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |