Values_2.ProcessingJobSummarySourceSummary of information about a processing job.
type nonrec t = {processingJobName : Values_0.ProcessingJobName.t option;The name of the processing job.
*)processingJobArn : Values_1.ProcessingJobArn.t option;The Amazon Resource Name (ARN) of the processing job..
*)creationTime : Values_0.Timestamp.t option;The time at which the processing job was created.
*)processingEndTime : Values_0.Timestamp.t option;The time at which the processing job completed.
*)lastModifiedTime : Values_0.Timestamp.t option;A timestamp that indicates the last time the processing job was modified.
*)processingJobStatus : Values_1.ProcessingJobStatus.t option;The status of the processing job.
*)failureReason : Values_0.FailureReason.t option;A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
*)exitMessage : Values_1.ExitMessage.t option;An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.ProcessingJobName.t
| `Timestamp of Values_0.Timestamp.t ])
list ]