EventRuleStatusSummary - AWS User Notifications
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

EventRuleStatusSummary

Provides additional information about the current EventRule status.

Contents

reason

A human-readable reason for EventRuleStatus.

Type: String

Required: Yes

status

The status of the EventRule.

  • Values:

    • ACTIVE

      • The EventRule can process events.

    • INACTIVE

      • The EventRule may be unable to process events.

    • CREATING

      • The EventRule is being created.

        Only GET and LIST calls can be run.

    • UPDATING

      • The EventRule is being updated.

        Only GET and LIST calls can be run.

    • DELETING

      • The EventRule is being deleted.

        Only GET and LIST calls can be run.

Type: String

Valid Values: ACTIVE | INACTIVE | CREATING | UPDATING | DELETING

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: