Skip to content

Lambda  >  Errors  >  ENINotReadyException

ENINotReadyException

Error Class

ENINotReadyException dataclass

Bases: ServiceError

Lambda couldn't invoke the Lambda function because the elastic network interface (ENI) configured for its VPC connection isn't ready yet. Wait a few moments and try the request again. For more information about VPC configuration, see Configuring a Lambda function to access resources in a VPC.

Attributes

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

The exception type.