transformJobStatus
The status of the transform job.
Transform job statuses are:
InProgress
- The job is in progress.Completed
- The job has completed.Failed
- The transform job has failed. To see the reason for the failure, see theFailureReason
field in the response to aDescribeTransformJob
call.Stopping
- The transform job is stopping.Stopped
- The transform job has stopped.