Omics / Client / abort_multipart_read_set_upload

abort_multipart_read_set_upload#

Omics.Client.abort_multipart_read_set_upload(**kwargs)#

Stops a multipart upload.

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

  • Omics.Client.exceptions.InternalServerException

  • Omics.Client.exceptions.NotSupportedOperationException

  • Omics.Client.exceptions.ServiceQuotaExceededException

  • Omics.Client.exceptions.ThrottlingException

  • Omics.Client.exceptions.ValidationException

  • Omics.Client.exceptions.ResourceNotFoundException

  • Omics.Client.exceptions.AccessDeniedException

  • Omics.Client.exceptions.RequestTimeoutException