NAME
Paws::SESv2::GetImportJobResponse
ATTRIBUTES
CompletedTimestamp => Str
The time stamp of when the import job was completed.
CreatedTimestamp => Str
The time stamp of when the import job was created.
FailedRecordsCount => Int
The number of records that failed processing because of invalid input or other reasons.
FailureInfo => Paws::SESv2::FailureInfo
The failure details about an import job.
ImportDataSource => Paws::SESv2::ImportDataSource
The data source of the import job.
ImportDestination => Paws::SESv2::ImportDestination
The destination of the import job.
JobId => Str
A string that represents the import job ID.
JobStatus => Str
The status of the import job.
Valid values are: "CREATED"
, "PROCESSING"
, "COMPLETED"
, "FAILED"
=head2 ProcessedRecordsCount => Int
The current number of records processed.