Skip to content

Lambda  >  Errors  >  KMSNotFoundException

KMSNotFoundException

Error Class

KMSNotFoundException dataclass

Bases: ServiceError

Lambda couldn't decrypt the environment variables because the KMS key was not found. Check the function's KMS key settings.

Attributes

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