Values.CancelClusterResultSourceCancels a cluster job. You can only cancel a cluster job while it's in the AwaitingQuorum status. You'll have at least an hour after creating a cluster job to cancel it.
type nonrec error = [ | `InvalidJobStateException of InvalidJobStateException.t| `InvalidResourceException of InvalidResourceException.t| `KMSRequestFailedException of KMSRequestFailedException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidJobStateException of InvalidJobStateException.t
| `InvalidResourceException of InvalidResourceException.t
| `KMSRequestFailedException of KMSRequestFailedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidJobStateException of InvalidJobStateException.t
| `InvalidResourceException of InvalidResourceException.t
| `KMSRequestFailedException of KMSRequestFailedException.t
| `Unknown_operation_error of string * string option ]