Values_0.CancelCommandResultSourceWhether or not the command was successfully canceled. There is no guarantee that a request can be canceled.
type nonrec error = [ | `DuplicateInstanceId of DuplicateInstanceId.t| `InternalServerError of InternalServerError.t| `InvalidCommandId of InvalidCommandId.t| `InvalidInstanceId of InvalidInstanceId.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DuplicateInstanceId of unit
| `InternalServerError of InternalServerError.t
| `InvalidCommandId of unit
| `InvalidInstanceId of InvalidInstanceId.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DuplicateInstanceId of unit
| `InternalServerError of InternalServerError.t
| `InvalidCommandId of unit
| `InvalidInstanceId of InvalidInstanceId.t
| `Unknown_operation_error of string * string option ]