Omics / Client / cancel_run
cancel_run¶
- Omics.Client.cancel_run(**kwargs)¶
Cancels a run using its ID and returns a response with no body if the operation is successful. To confirm that the run has been cancelled, use the
ListRunsAPI operation to check that it is no longer listed.See also: AWS API Documentation
Request Syntax
response = client.cancel_run( id='string' )
- Parameters:
id (string) –
[REQUIRED]
The run’s ID.
- Returns:
None
Exceptions
Omics.Client.exceptions.InternalServerExceptionOmics.Client.exceptions.ServiceQuotaExceededExceptionOmics.Client.exceptions.ThrottlingExceptionOmics.Client.exceptions.ValidationExceptionOmics.Client.exceptions.ConflictExceptionOmics.Client.exceptions.ResourceNotFoundExceptionOmics.Client.exceptions.AccessDeniedExceptionOmics.Client.exceptions.RequestTimeoutException