Class: Aws::Notifications::Types::EventRuleStatusSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-notifications/types.rb

Overview

Provides additional information about the current ‘EventRule` status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

A human-readable reason for ‘EventRuleStatus`.

Returns:

  • (String)


598
599
600
601
602
603
# File 'lib/aws-sdk-notifications/types.rb', line 598

class EventRuleStatusSummary < Struct.new(
  :status,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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.

Returns:

  • (String)


598
599
600
601
602
603
# File 'lib/aws-sdk-notifications/types.rb', line 598

class EventRuleStatusSummary < Struct.new(
  :status,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end