AWS SDK for .NET Documentation
CancelJob Method (request)
AmazonAmazon.ElasticTranscoderAmazonElasticTranscoderClientCancelJob(CancelJobRequest) Did this page help you?   Yes   No    Tell us about it...
The CancelJob operation cancels an unfinished job.
Note:
You can only cancel a job that has a status of
CopyC#
Submitted
. To prevent a pipeline from starting to process a job while you're getting the job identifier, use UpdatePipelineStatus to temporarily pause the pipeline.
Declaration Syntax
C#
public CancelJobResponse CancelJob(
	CancelJobRequest request
)
Parameters
request (CancelJobRequest)
Container for the necessary parameters to execute the CancelJob service method.
Return Value
The response from the CancelJob service method, as returned by ElasticTranscoder.
Exceptions
ExceptionCondition
AccessDeniedException General authentication failure. The request was not signed correctly.
IncompatibleVersionException
InternalServiceException Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
ResourceInUseException The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.
ResourceNotFoundException The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
ValidationException One or more required parameter values were not provided in the request.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)