Omics / Client / abort_multipart_read_set_upload
abort_multipart_read_set_upload¶
- Omics.Client.abort_multipart_read_set_upload(**kwargs)¶
Stops a multipart read set upload into a sequence store and returns a response with no body if the operation is successful. To confirm that a multipart read set upload has been stopped, use the
ListMultipartReadSetUploads
API operation to view all active multipart read set uploads.See also: AWS API Documentation
Request Syntax
response = client.abort_multipart_read_set_upload( sequenceStoreId='string', uploadId='string' )
- Parameters:
sequenceStoreId (string) –
[REQUIRED]
The sequence store ID for the store involved in the multipart upload.
uploadId (string) –
[REQUIRED]
The ID for the multipart upload.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions