Skip to content

Lambda  >  Errors  >  CallbackTimeoutException

CallbackTimeoutException

Error Class

CallbackTimeoutException dataclass

Bases: ServiceError

The callback ID token has either expired or the callback associated with the token has already been closed.

Attributes

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

The exception type.