Skip to content

Api Gateway  >  Errors  >  TooManyRequestsException

TooManyRequestsException

Error Class

TooManyRequestsException dataclass

Bases: ServiceError

The request has reached its throttling limit. Retry after the specified time period.

Attributes

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