Skip to content

Lambda  >  Errors  >  CodeArtifactUserDeletedException

CodeArtifactUserDeletedException

Error Class

CodeArtifactUserDeletedException dataclass

Bases: ServiceError

The Lambda function couldn't be invoked because its code artifact user has been deleted. Wait for Lambda to provision a new code artifact user, or update the function's code package to recreate it.

Attributes

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

The exception type.