enum

AWSLambdaEvents::SES::DispositionValue

Inherits Enum < Comparable < Value < Object

Constants

CONTINUE = 0
STOP_RULE = 1
STOP_RULE_SET = 2

Instance methods

continue?

Returns true if this enum value equals CONTINUE

Source
stop_rule?

Returns true if this enum value equals STOP_RULE

Source
stop_rule_set?

Returns true if this enum value equals STOP_RULE_SET

Source