Skip to content

Lambda  >  Errors  >  TooManyRequestsException

TooManyRequestsException

Error Class

TooManyRequestsException dataclass

Bases: ServiceError

The request throughput limit was exceeded. For more information, see Lambda quotas.

Attributes

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

The number of seconds the caller should wait before retrying.

type class-attribute instance-attribute
type: str | None = None