MainframeModernization / Client / cancel_batch_job_execution

cancel_batch_job_execution#

MainframeModernization.Client.cancel_batch_job_execution(**kwargs)#

Cancels the running of a specific batch job execution.

See also: AWS API Documentation

Request Syntax

response = client.cancel_batch_job_execution(
    applicationId='string',
    executionId='string'
)
Parameters:
  • applicationId (string) –

    [REQUIRED]

    The unique identifier of the application.

  • executionId (string) –

    [REQUIRED]

    The unique identifier of the batch job execution.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • MainframeModernization.Client.exceptions.ResourceNotFoundException

  • MainframeModernization.Client.exceptions.ThrottlingException

  • MainframeModernization.Client.exceptions.AccessDeniedException

  • MainframeModernization.Client.exceptions.ConflictException

  • MainframeModernization.Client.exceptions.ValidationException

  • MainframeModernization.Client.exceptions.InternalServerException