AWS SDK Version 2 for .NET
API Reference

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.

.NET Framework 3.5
 
This operation cancels a specified job. Only the job owner can cancel it. The operation fails if the job has already started or is complete.

Namespace: Amazon.ImportExport
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual CancelJobResponse CancelJob(
         CancelJobRequest request
)

Parameters

request
Type: Amazon.ImportExport.Model.CancelJobRequest

Container for the necessary parameters to execute the CancelJob service method.

Return Value
Type: Amazon.ImportExport.Model.CancelJobResponse
The response from the CancelJob service method, as returned by ImportExport.

Exceptions

ExceptionCondition
CanceledJobIdException The specified job ID has been canceled and is no longer valid.
ExpiredJobIdException Indicates that the specified job has expired out of the system.
InvalidAccessKeyIdException The AWS Access Key ID specified in the request did not match the manifest's accessKeyId value. The manifest and the request authentication must use the same AWS Access Key ID.
InvalidJobIdException The JOBID was missing, not found, or not associated with the AWS account.
InvalidVersionException The client tool version is invalid.
UnableToCancelJobIdException AWS Import/Export cannot cancel the job

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5