Omics / Client / cancel_variant_import_job
cancel_variant_import_job¶
- Omics.Client.cancel_variant_import_job(**kwargs)¶
Warning
Amazon Web Services HealthOmics variant stores and annotation stores are no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see Amazon Web Services HealthOmics variant store and annotation store availability change.
Cancels a variant import job.
See also: AWS API Documentation
Request Syntax
response = client.cancel_variant_import_job( jobId='string' )
- Parameters:
jobId (string) –
[REQUIRED]
The job’s ID.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
Omics.Client.exceptions.InternalServerExceptionOmics.Client.exceptions.ThrottlingExceptionOmics.Client.exceptions.ValidationExceptionOmics.Client.exceptions.ResourceNotFoundExceptionOmics.Client.exceptions.AccessDeniedException