Skip to content

Lambda  >  Structures  >  ContextDetails

ContextDetails

Structure Class

ContextDetails dataclass

Details about a durable execution context.

Attributes

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

Details about the context failure.

replay_children class-attribute instance-attribute
replay_children: bool | None = None

Whether the state data of child operations of this completed context should be included in the invoke payload and GetDurableExecutionState response.

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

The response payload from the context.