Skip to content

Bedrock Agentcore  >  Errors  >  ServiceQuotaExceededException

ServiceQuotaExceededException

Error Class

ServiceQuotaExceededException dataclass

Bases: ServiceError

The exception that occurs when the request would cause a service quota to be exceeded. Review your service quotas and either reduce your request rate or request a quota increase.

Attributes

fault class-attribute instance-attribute
fault: Literal['client', 'server'] | None = 'client'