Values.ExportTaskStatusSourceRepresents the status of an export task.
type nonrec t = {code : ExportTaskStatusCode.t option;The status code of the export task.
*)message : ExportTaskStatusMessage.t option;The status message related to the status code.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ExportTaskStatusMessage.t ])
list ]