ImportJobSummary
A summary of the import job.
Contents
- CreatedTimestamp
-
The date and time when the import job was created.
Type: Timestamp
Required: No
- FailedRecordsCount
-
The number of records that failed processing because of invalid input or other reasons.
Type: Integer
Required: No
- ImportDestination
-
An object that contains details about the resource destination the import job is going to target.
Type: ImportDestination object
Required: No
- JobId
-
A string that represents a job ID.
Type: String
Length Constraints: Minimum length of 1.
Required: No
- JobStatus
-
The status of a job.
-
CREATED
– Job has just been created. -
PROCESSING
– Job is processing. -
ERROR
– An error occurred during processing. -
COMPLETED
– Job has completed processing successfully.
Type: String
Valid Values:
CREATED | PROCESSING | COMPLETED | FAILED | CANCELLED
Required: No
-
- ProcessedRecordsCount
-
The current number of records processed.
Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: