Values.CapacityTaskFailureSourceThe capacity tasks that failed.
type nonrec t = {reason : CapacityTaskStatusReason.t option;The reason that the specified capacity task failed.
*)type_ : CapacityTaskFailureType.t option;The type of failure.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of CapacityTaskStatusReason.t ])
list ]