/AWS1/CL_LOCCANCELJOBRESPONSE¶
CancelJobResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobarn TYPE /AWS1/LOCGEOARN /AWS1/LOCGEOARN¶
Amazon Resource Name (ARN) of the cancelled job.
iv_jobid TYPE /AWS1/LOCJOBID /AWS1/LOCJOBID¶
Unique job identifier.
iv_status TYPE /AWS1/LOCJOBSTATUS /AWS1/LOCJOBSTATUS¶
Job status after cancellation request.
Queryable Attributes¶
JobArn¶
Amazon Resource Name (ARN) of the cancelled job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBARN() |
Getter for JOBARN, with configurable default |
ASK_JOBARN() |
Getter for JOBARN w/ exceptions if field has no value |
HAS_JOBARN() |
Determine if JOBARN has a value |
JobId¶
Unique job identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID has a value |
Status¶
Job status after cancellation request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |