MailManager / Client / stop_archive_export

stop_archive_export#

MailManager.Client.stop_archive_export(**kwargs)#

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

See also: AWS API Documentation

Request Syntax

response = client.stop_archive_export(
    ExportId='string'
)
Parameters:

ExportId (string) –

[REQUIRED]

The identifier of the export job to stop.

Return type:

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

  • MailManager.Client.exceptions.ValidationException

  • MailManager.Client.exceptions.AccessDeniedException

  • MailManager.Client.exceptions.ThrottlingException