Skip to content

Lambda  >  Structures  >  EventResult

EventResult

Structure Class

EventResult dataclass

Result information for an event.

Attributes

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

The result payload.

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

Indicates if the error payload was truncated due to size limits.