/AWS1/CL_BRKCANCELJOBRESPONSE¶
CancelJobResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobarn TYPE /AWS1/BRKJOBARN /AWS1/BRKJOBARN¶
The ARN of the Amazon Braket job.
iv_cancellationstatus TYPE /AWS1/BRKCANCELLATIONSTATUS /AWS1/BRKCANCELLATIONSTATUS¶
The status of the hybrid job.
Queryable Attributes¶
jobArn¶
The ARN of the Amazon Braket 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 |
cancellationStatus¶
The status of the hybrid job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CANCELLATIONSTATUS() |
Getter for CANCELLATIONSTATUS, with configurable default |
ASK_CANCELLATIONSTATUS() |
Getter for CANCELLATIONSTATUS w/ exceptions if field has no |
HAS_CANCELLATIONSTATUS() |
Determine if CANCELLATIONSTATUS has a value |