Skip to content

Lambda  >  Errors  >  InvalidRequestContentException

InvalidRequestContentException

Error Class

InvalidRequestContentException dataclass

Bases: ServiceError

The request body could not be parsed as JSON, or a request header is invalid. For example, the 'x-amzn-RequestId' header is not a valid UUID string.

Attributes

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

The exception type.