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.ValidationExceptionMainframeModernization.Client.exceptions.ConflictExceptionMainframeModernization.Client.exceptions.InternalServerExceptionMainframeModernization.Client.exceptions.AccessDeniedExceptionMainframeModernization.Client.exceptions.ThrottlingExceptionMainframeModernization.Client.exceptions.ResourceNotFoundException