Class: Aws::BedrockRuntime::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
Your request exceeds the service quota for your account. You can view your quotas at [Viewing service quotas]. You can resubmit your request later.
[1]: docs.aws.amazon.com/servicequotas/latest/userguide/gs-request-quota.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1951 1952 1953 1954 1955 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1951 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |