Skip to content

CloudTrail  >  Structures  >  IngestionStatus

IngestionStatus

Structure Class

IngestionStatus dataclass

A table showing information about the most recent successful and failed attempts to ingest events.

Attributes

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

The event ID of the most recent attempt to ingest events.

latest_ingestion_attempt_time class-attribute instance-attribute
latest_ingestion_attempt_time: datetime | None = None

The time stamp of the most recent attempt to ingest events on the channel.

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

The error code for the most recent failure to ingest events.

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

The event ID of the most recent successful ingestion of events.

latest_ingestion_success_time class-attribute instance-attribute
latest_ingestion_success_time: datetime | None = None

The time stamp of the most recent successful ingestion of events for the channel.