:doc:`Omics <../../omics>` / Client / abort_multipart_read_set_upload

*******************************
abort_multipart_read_set_upload
*******************************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/omics-2022-11-28/AbortMultipartReadSetUpload>`_  


  **Request Syntax**
  ::

    response = client.abort_multipart_read_set_upload(
        sequenceStoreId='string',
        uploadId='string'
    )
    
  :type sequenceStoreId: string
  :param sequenceStoreId: **[REQUIRED]** 

    The sequence store ID for the store involved in the multipart upload.

    

  
  :type uploadId: string
  :param uploadId: **[REQUIRED]** 

    The ID for the multipart upload.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Omics.Client.exceptions.InternalServerException`

  
  *   :py:class:`Omics.Client.exceptions.NotSupportedOperationException`

  
  *   :py:class:`Omics.Client.exceptions.ServiceQuotaExceededException`

  
  *   :py:class:`Omics.Client.exceptions.ThrottlingException`

  
  *   :py:class:`Omics.Client.exceptions.ValidationException`

  
  *   :py:class:`Omics.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Omics.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Omics.Client.exceptions.RequestTimeoutException`

  