/AWS1/CL_UNTNOTIFHUBSTATUSSUMM¶
Provides additional information about the current NotificationHub status.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/UNTNOTIFICATIONHUBSTATUS /AWS1/UNTNOTIFICATIONHUBSTATUS¶
Status information about the
NotificationHub.
Values:
ACTIVE
Incoming
NotificationEventsare replicated to thisNotificationHub.
REGISTERING
The
NotificationConfigurationis initializing. ANotificationConfigurationwith this status can't be deregistered.
DEREGISTERING
The
NotificationConfigurationis being deleted. You can't register additionalNotificationHubsin the same Region as aNotificationConfigurationwith this status.
iv_reason TYPE /AWS1/UNTNOTIFHUBSTATUSREASON /AWS1/UNTNOTIFHUBSTATUSREASON¶
An explanation for the current status.
Queryable Attributes¶
status¶
Status information about the
NotificationHub.
Values:
ACTIVE
Incoming
NotificationEventsare replicated to thisNotificationHub.
REGISTERING
The
NotificationConfigurationis initializing. ANotificationConfigurationwith this status can't be deregistered.
DEREGISTERING
The
NotificationConfigurationis being deleted. You can't register additionalNotificationHubsin the same Region as aNotificationConfigurationwith this status.
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 |
reason¶
An explanation for the current status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REASON() |
Getter for REASON, with configurable default |
ASK_REASON() |
Getter for REASON w/ exceptions if field has no value |
HAS_REASON() |
Determine if REASON has a value |