Skip to content

Lambda  >  Structures  >  InvokeWithResponseStreamCompleteEvent

InvokeWithResponseStreamCompleteEvent

Structure Class

InvokeWithResponseStreamCompleteEvent dataclass

A response confirming that the event stream is complete.

Attributes

error_code class-attribute instance-attribute
error_code: str | None = None

An error code.

error_details class-attribute instance-attribute
error_details: str | None = None

The details of any returned error.

log_result class-attribute instance-attribute
log_result: str | None = None

The last 4 KB of the execution log, which is base64-encoded.