/AWS1/CL_IOGGETNAMESPACEDELS01¶
GetNamespaceDeletionStatusResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_namespacearn TYPE /AWS1/IOGARN /AWS1/IOGARN¶
The ARN of the namespace that is being deleted.
iv_namespacename TYPE /AWS1/IOGNAMESPACENAME /AWS1/IOGNAMESPACENAME¶
The name of the namespace that is being deleted.
iv_status TYPE /AWS1/IOGNAMESPACEDELSTATUS /AWS1/IOGNAMESPACEDELSTATUS¶
The status of the deletion request.
iv_errorcode TYPE /AWS1/IOGNAMESPACEDELSTATERR00 /AWS1/IOGNAMESPACEDELSTATERR00¶
An error code returned by the namespace deletion task.
iv_errormessage TYPE /AWS1/IOGSTRING /AWS1/IOGSTRING¶
An error code returned by the namespace deletion task.
Queryable Attributes¶
namespaceArn¶
The ARN of the namespace that is being deleted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAMESPACEARN() |
Getter for NAMESPACEARN, with configurable default |
ASK_NAMESPACEARN() |
Getter for NAMESPACEARN w/ exceptions if field has no value |
HAS_NAMESPACEARN() |
Determine if NAMESPACEARN has a value |
namespaceName¶
The name of the namespace that is being deleted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAMESPACENAME() |
Getter for NAMESPACENAME, with configurable default |
ASK_NAMESPACENAME() |
Getter for NAMESPACENAME w/ exceptions if field has no value |
HAS_NAMESPACENAME() |
Determine if NAMESPACENAME has a value |
status¶
The status of the deletion 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 |
errorCode¶
An error code returned by the namespace deletion task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORCODE() |
Getter for ERRORCODE, with configurable default |
ASK_ERRORCODE() |
Getter for ERRORCODE w/ exceptions if field has no value |
HAS_ERRORCODE() |
Determine if ERRORCODE has a value |
errorMessage¶
An error code returned by the namespace deletion task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE has a value |