CancelJobsResponse
class CancelJobsResponse
The result of a CancelJobs request, including the jobs whose cancellation request was accepted and the errors for jobs that couldn't be cancelled.
Types
Properties
Link copied to clipboard
A list of CancelJobsErrorDetail items, one for each job that couldn't be cancelled. Each item includes the job ID along with a code and message that describe why the job wasn't cancelled.
Link copied to clipboard
A list of the job IDs whose cancellation request was accepted.