Skip to content

Lambda  >  Errors  >  EFSMountTimeoutException

EFSMountTimeoutException

Error Class

EFSMountTimeoutException dataclass

Bases: ServiceError

The Lambda function made a network connection to the configured file system, but the mount operation timed out.

Attributes

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