Request parameters for cancelServiceJobByServiceJobId operation in ServiceApi.

Export

ServiceApiCancelServiceJobByServiceJobIdRequest

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

Properties

cancellationReasonCode: string

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

Memberof

ServiceApiCancelServiceJobByServiceJobId

serviceJobId: string

An Amazon defined service job identifier.

Memberof

ServiceApiCancelServiceJobByServiceJobId