Values_1.CancelAuditMitigationActionsTaskRequestSourceCancels a mitigation action task that is in progress. If the task is not in progress, an InvalidRequestException occurs. Requires permission to access the CancelAuditMitigationActionsTask action.
type nonrec t = {taskId : Values_0.MitigationActionsTaskId.t;The unique identifier for the task that you want to cancel.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.MitigationActionsTaskId.t ]) list ]