MailManager / Client / stop_address_list_import_job

stop_address_list_import_job

MailManager.Client.stop_address_list_import_job(**kwargs)

Stops an ongoing import job for an address list.

See also: AWS API Documentation

Request Syntax

response = client.stop_address_list_import_job(
    JobId='string'
)
Parameters:

JobId (string) –

[REQUIRED]

The identifier of the import job that needs to be stopped.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • MailManager.Client.exceptions.ValidationException

  • MailManager.Client.exceptions.AccessDeniedException

  • MailManager.Client.exceptions.ConflictException

  • MailManager.Client.exceptions.ResourceNotFoundException

  • MailManager.Client.exceptions.ThrottlingException