Skip to content

Lambda  >  Errors  >  CodeArtifactUserPendingException

CodeArtifactUserPendingException

Error Class

CodeArtifactUserPendingException dataclass

Bases: ServiceError

The Lambda function couldn't be invoked because its code artifact user is still being provisioned. Wait for the function's State to become Active and try the request again.

Attributes

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

The exception type.