View source: R/ec2_operations.R
ec2_cancel_import_task | R Documentation |
Cancels an in-process import virtual machine or import snapshot task.
See https://www.paws-r-sdk.com/docs/ec2_cancel_import_task/ for full documentation.
ec2_cancel_import_task(CancelReason = NULL, DryRun = NULL, ImportTaskId = NULL)
CancelReason |
The reason for canceling the task. |
DryRun |
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 |
ImportTaskId |
The ID of the import image or import snapshot task to be canceled. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.