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'
)
[REQUIRED]
The unique identifier of the application.
[REQUIRED]
The unique identifier of the batch job execution.
dict
Response Syntax
{}
Response Structure
Exceptions
MainframeModernization.Client.exceptions.ValidationException
MainframeModernization.Client.exceptions.ConflictException
MainframeModernization.Client.exceptions.InternalServerException
MainframeModernization.Client.exceptions.AccessDeniedException
MainframeModernization.Client.exceptions.ThrottlingException
MainframeModernization.Client.exceptions.ResourceNotFoundException