DataExchange / Client / cancel_job
cancel_job¶
- DataExchange.Client.cancel_job(**kwargs)¶
 This operation cancels a job. Jobs can be cancelled only when they are in the WAITING state.
See also: AWS API Documentation
Request Syntax
response = client.cancel_job( JobId='string' )
- Parameters:
 JobId (string) –
[REQUIRED]
The unique identifier for a job.
- Returns:
 None
Exceptions