SESV2 / Client / cancel_export_job

cancel_export_job#

SESV2.Client.cancel_export_job(**kwargs)#

Cancels an export job.

See also: AWS API Documentation

Request Syntax

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

JobId (string) –

[REQUIRED]

The export job ID.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

    An HTTP 200 response if the request succeeds, or an error message if the request fails.

Exceptions

  • SESV2.Client.exceptions.NotFoundException

  • SESV2.Client.exceptions.BadRequestException

  • SESV2.Client.exceptions.TooManyRequestsException