

# NotificationHubStatusSummary
<a name="API_NotificationHubStatusSummary"></a>

Provides additional information about the current `NotificationHub` status.

## Contents
<a name="API_NotificationHubStatusSummary_Contents"></a>

 ** reason **   <a name="Notifications-Type-NotificationHubStatusSummary-reason"></a>
An explanation for the current status.  
Type: String  
Required: Yes

 ** status **   <a name="Notifications-Type-NotificationHubStatusSummary-status"></a>
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.
Type: String  
Valid Values: `ACTIVE | REGISTERING | DEREGISTERING | INACTIVE`   
Required: Yes

## See Also
<a name="API_NotificationHubStatusSummary_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/notifications-2018-05-10/NotificationHubStatusSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/notifications-2018-05-10/NotificationHubStatusSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/notifications-2018-05-10/NotificationHubStatusSummary) 