enum

AWSLambdaEvents::CodeDeploy::DeploymentState

Inherits Enum < Comparable < Value < Object

Constants

FAILURE = 0
READY = 1
START = 2
STOP = 3
SUCCESS = 4

Instance methods

failure?

Returns true if this enum value equals FAILURE

Source
ready?

Returns true if this enum value equals READY

Source
start?

Returns true if this enum value equals START

Source
stop?

Returns true if this enum value equals STOP

Source
success?

Returns true if this enum value equals SUCCESS

Source