Skip to content

Lambda  >  Errors  >  RequestTooLargeException

RequestTooLargeException

Error Class

RequestTooLargeException dataclass

Bases: ServiceError

The request payload exceeded the Invoke request body JSON input quota. For more information, see Lambda quotas.

Attributes

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