Values_7.CancelConversionRequestSourceCancels an active conversion task. The task can be the import of an instance or volume. The action removes all artifacts of the conversion, including a partially uploaded volume or instance. If the conversion is complete or is in the process of transferring the final disk image, the command fails and returns an exception.
type nonrec t = {dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)conversionTaskId : Values_3.ConversionTaskId.t;The ID of the conversion task.
*)reasonMessage : Values_0.String_.t option;The reason for canceling the conversion task.
*)}val make :
?dryRun:??? ->
?reasonMessage:??? ->
conversionTaskId:Values_3.ConversionTaskId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_3.ConversionTaskId.t ])
list ]