:doc:`MailManager <../../mailmanager>` / Client / stop_archive_export

*******************
stop_archive_export
*******************



.. py:method:: MailManager.Client.stop_archive_export(**kwargs)

  

  Stops an in-progress export of emails from an archive.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mailmanager-2023-10-17/StopArchiveExport>`_  


  **Request Syntax**
  ::

    response = client.stop_archive_export(
        ExportId='string'
    )
    
  :type ExportId: string
  :param ExportId: **[REQUIRED]** 

    The identifier of the export job to stop.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      The response indicating if the request to stop the export job succeeded.

       

      On success, returns an HTTP 200 status code. On failure, returns an error message.

      
  
  **Exceptions**
  
  *   :py:class:`MailManager.Client.exceptions.ValidationException`

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

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

  