Skip to content

Bedrock Agentcore  >  Errors  >  ThrottledException

ThrottledException

Error Class

ThrottledException dataclass

Bases: ServiceError

The request was denied due to request throttling. Reduce the frequency of requests and try again.

Attributes

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