Skip to content

Bedrock Agentcore  >  Errors  >  ThrottlingException

ThrottlingException

Error Class

ThrottlingException dataclass

Bases: ServiceError

The exception that occurs when the request was denied due to request throttling. This happens when you exceed the allowed request rate for an operation. Reduce the frequency of requests or implement exponential backoff retry logic in your application.

Attributes

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