/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
NotificationEvents
are replicated to thisNotificationHub
.
REGISTERING
The
NotificationConfiguration
is initializing. ANotificationConfiguration
with this status can't be deregistered.
DEREGISTERING
The
NotificationConfiguration
is being deleted. You can't register additionalNotificationHubs
in the same Region as aNotificationConfiguration
with 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
NotificationEvents
are replicated to thisNotificationHub
.
REGISTERING
The
NotificationConfiguration
is initializing. ANotificationConfiguration
with this status can't be deregistered.
DEREGISTERING
The
NotificationConfiguration
is being deleted. You can't register additionalNotificationHubs
in the same Region as aNotificationConfiguration
with 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 |