Skip to content

Api Gateway  >  Errors  >  LimitExceededException

LimitExceededException

Error Class

LimitExceededException dataclass

Bases: ServiceError

The request exceeded the rate 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