Skip to content

Lambda  >  Errors  >  DurableExecutionAlreadyStartedException

DurableExecutionAlreadyStartedException

Error Class

DurableExecutionAlreadyStartedException dataclass

Bases: ServiceError

The durable execution with the specified name has already been started. Each durable execution name must be unique within the function. Use a different name or check the status of the existing execution.

Attributes

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

The exception type.