Skip to content

/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 this NotificationHub.

    • REGISTERING

      • The NotificationConfiguration is initializing. A NotificationConfiguration with this status can't be deregistered.

    • DEREGISTERING

      • The NotificationConfiguration is being deleted. You can't register additional NotificationHubs in the same Region as a NotificationConfiguration 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 this NotificationHub.

    • REGISTERING

      • The NotificationConfiguration is initializing. A NotificationConfiguration with this status can't be deregistered.

    • DEREGISTERING

      • The NotificationConfiguration is being deleted. You can't register additional NotificationHubs in the same Region as a NotificationConfiguration 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