View source: R/ec2_operations.R
ec2_cancel_conversion_task | R Documentation |
Cancels 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.
See https://www.paws-r-sdk.com/docs/ec2_cancel_conversion_task/ for full documentation.
ec2_cancel_conversion_task(
ConversionTaskId,
DryRun = NULL,
ReasonMessage = NULL
)
ConversionTaskId |
[required] The ID of the conversion 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 |
ReasonMessage |
The reason for canceling the conversion task. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.