Class: Aws::Bedrock::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/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
11659 11660 11661 11662 11663 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 11659 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |