Lambda > Structures > EventInput EventInput¶ Structure Class¶ EventInput dataclass ¶ Input information for an event. Attributes¶ payload class-attribute instance-attribute ¶ payload: str | None = field(repr=False, default=None) The input payload. truncated class-attribute instance-attribute ¶ truncated: bool | None = None Indicates if the error payload was truncated due to size limits.