cancel_mailbox_export_job
(**kwargs)¶Cancels a mailbox export job.
Note
If the mailbox export job is near completion, it might not be possible to cancel it.
See also: AWS API Documentation
Request Syntax
response = client.cancel_mailbox_export_job(
ClientToken='string',
JobId='string',
OrganizationId='string'
)
[REQUIRED]
The idempotency token for the client request.
This field is autopopulated if not provided.
[REQUIRED]
The job ID.
[REQUIRED]
The organization ID.
dict
Response Syntax
{}
Response Structure
Exceptions
WorkMail.Client.exceptions.InvalidParameterException
WorkMail.Client.exceptions.OrganizationNotFoundException
WorkMail.Client.exceptions.OrganizationStateException
WorkMail.Client.exceptions.EntityNotFoundException