Cancels an active conversion task.
            The task can be the import of an instance or volume.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class CancelConversionTaskRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CancelConversionTaskRequest()()()() | Initializes a new instance of the CancelConversionTaskRequest class | 
|  | ConversionTaskId | 
            The ID of the task you want to cancel.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetConversionTaskId()()()() | 
            Checks if ConversionTaskId property is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithConversionTaskId(String) | Obsolete. 
            Sets the ID of the task you want to cancel.
             | 
 Remarks
 Remarks
            The command 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.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | CancelConversionTaskRequest | |