Skip to content

Lambda  >  Errors  >  SnapStartRegenerationFailureException

SnapStartRegenerationFailureException

Error Class

SnapStartRegenerationFailureException dataclass

Bases: ServiceError

Lambda couldn't regenerate the SnapStart snapshot for the function. SnapStart-enabled functions periodically regenerate snapshots when their underlying runtime or dependencies change; this regeneration failed. Wait for Lambda to retry, or update the function's configuration to trigger a new snapshot. For more information, see Lambda SnapStart.

Attributes

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

The exception type.