Class: Aws::Types::CanaryRunStatus

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state"RUNNING", ...

Returns the value of attribute state.

Returns:

  • ("RUNNING", "PASSED", "FAILED")


148
149
150
# File 'sig/types.rbs', line 148

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def state_reason
  @state_reason
end

#state_reason_code"CANARY_FAILURE", "EXECUTION_FAILURE"

Returns the value of attribute state_reason_code.

Returns:

  • ("CANARY_FAILURE", "EXECUTION_FAILURE")


150
151
152
# File 'sig/types.rbs', line 150

def state_reason_code
  @state_reason_code
end

#test_result"PASSED", ...

Returns the value of attribute test_result.

Returns:

  • ("PASSED", "FAILED", "UNKNOWN")


151
152
153
# File 'sig/types.rbs', line 151

def test_result
  @test_result
end