Skip to content

Lambda  >  Errors  >  KMSDisabledException

KMSDisabledException

Error Class

KMSDisabledException dataclass

Bases: ServiceError

Lambda couldn't decrypt the environment variables because the KMS key used is disabled. Check the Lambda 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