AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Cancels the specified job. You can only cancel a job before its JobState value
changes to PreparingAppliance. Requesting the ListJobs or DescribeJob
action returns a job's JobState as part of the response element data returned.
For .NET Core this operation is only available in asynchronous form. Please refer to CancelJobAsync.
Namespace: Amazon.Snowball
Assembly: AWSSDK.Snowball.dll
Version: 3.x.y.z
public virtual CancelJobResponse CancelJob( CancelJobRequest request )
Container for the necessary parameters to execute the CancelJob service method.
| Exception | Condition |
|---|---|
| InvalidJobStateException | The action can't be performed because the job's current state doesn't allow that action to be performed. |
| InvalidResourceException | The specified resource can't be found. Check the information you provided in your last request, and try again. |
| KMSRequestFailedException | The provided Key Management Service key lacks the permissions to perform the specified CreateJob or UpdateJob action. |
This operation cancels a job. You can only cancel a job before its JobState value changes to PreparingAppliance.
var client = new AmazonSnowballClient();
var response = client.CancelJob(new CancelJobRequest
{
JobId = "JID123e4567-e89b-12d3-a456-426655440000"
});
.NET Framework:
Supported in: 4.5 and newer, 3.5