Skip to content

Lambda  >  Structures  >  StepDetails

StepDetails

Structure Class

StepDetails dataclass

Details about a step operation.

Attributes

attempt class-attribute instance-attribute
attempt: int = 0

The current attempt number for this step.

error class-attribute instance-attribute
error: ErrorObject | None = None

Details about the step failure.

next_attempt_timestamp class-attribute instance-attribute
next_attempt_timestamp: datetime | None = None

The date and time when the next attempt is scheduled, in ISO-8601 format (YYYY-MM-DDThh🇲🇲ss.sTZD). Only populated when the step is in a pending state.

result class-attribute instance-attribute
result: str | None = field(repr=False, default=None)

The JSON response payload from the step operation.