Values.EvaluationStatusSourceReturns status details of an evaluation.
type nonrec t = {status : ResourceEvaluationStatus.t option;The status of an execution. The valid values are In_Progress, Succeeded or Failed.
*)failureReason : StringWithCharLimit1024.t option;An explanation for failed execution status.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of StringWithCharLimit1024.t ])
list ]