Lambda > Structures > EventError EventError¶ Structure Class¶ EventError dataclass ¶ Error information for an event. Attributes¶ payload class-attribute instance-attribute ¶ payload: ErrorObject | None = None The error payload. truncated class-attribute instance-attribute ¶ truncated: bool | None = None Indicates if the error payload was truncated due to size limits.