Request parameters for cancelServiceJobByServiceJobId operation in ServiceApi.

ServiceApiCancelServiceJobByServiceJobIdRequest

interface ServiceApiCancelServiceJobByServiceJobIdRequest {
    cancellationReasonCode: string;
    serviceJobId: string;
}

Properties

cancellationReasonCode: string

A cancel reason code that specifies the reason for cancelling a service job.

ServiceApiCancelServiceJobByServiceJobId

serviceJobId: string

An Amazon defined service job identifier.

ServiceApiCancelServiceJobByServiceJobId