Skip to content

Lambda  >  Structures  >  InvocationCompletedDetails

InvocationCompletedDetails

Structure Class

InvocationCompletedDetails dataclass

Details about a function invocation that completed.

Attributes

end_timestamp instance-attribute
end_timestamp: datetime

The date and time when the invocation ended, in ISO-8601 format (YYYY-MM-DDThh🇲🇲ss.sTZD).

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

Details about the invocation failure.

request_id instance-attribute
request_id: str

The request ID for the invocation.

start_timestamp instance-attribute
start_timestamp: datetime

The date and time when the invocation started, in ISO-8601 format (YYYY-MM-DDThh🇲🇲ss.sTZD).