ImportFailureListItem¶
Structure Class¶
ImportFailureListItem
dataclass
¶
Provides information about an import failure.
Attributes¶
error_message
class-attribute
instance-attribute
¶
error_message: str | None = None
Provides the reason the import failed.
error_type
class-attribute
instance-attribute
¶
error_type: str | None = None
The type of import error.
last_updated_time
class-attribute
instance-attribute
¶
last_updated_time: datetime | None = None
When the import was last updated.
location
class-attribute
instance-attribute
¶
location: str | None = None
The location of the failure in the S3 bucket.
status
class-attribute
instance-attribute
¶
status: ImportFailureStatus | None = None
The status of the import.