Values.BatchDeleteEvaluationJobErrorSourceA JSON array that provides the status of the evaluation jobs being deleted.
type nonrec t = {jobIdentifier : EvaluationJobIdentifier.t option;The ARN of the evaluation job being deleted.
*)code : String_.t option;A HTTP status code of the evaluation job being deleted.
*)message : String_.t option;A status message about the evaluation job deletion.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of EvaluationJobIdentifier.t ]) list ]