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', authSecretsManagerArn='string', executionId='string' ) - Parameters:
- applicationId (string) – - [REQUIRED] - The unique identifier of the application. 
- authSecretsManagerArn (string) – The Amazon Web Services Secrets Manager containing user’s credentials for authentication and authorization for Cancel Batch Job Execution operation. 
- 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