Class: Aws::Types::CanaryStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "READY", "STARTING", "RUNNING", "UPDATING", "STOPPING", "STOPPED", "ERROR", "DELETING")


177
178
179
# File 'sig/types.rbs', line 177

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def state_reason
  @state_reason
end

#state_reason_code"INVALID_PERMISSIONS", ...

Returns the value of attribute state_reason_code.

Returns:

  • ("INVALID_PERMISSIONS", "CREATE_PENDING", "CREATE_IN_PROGRESS", "CREATE_FAILED", "UPDATE_PENDING", "UPDATE_IN_PROGRESS", "UPDATE_COMPLETE", "ROLLBACK_COMPLETE", "ROLLBACK_FAILED", "DELETE_IN_PROGRESS", "DELETE_FAILED", "SYNC_DELETE_IN_PROGRESS")


179
180
181
# File 'sig/types.rbs', line 179

def state_reason_code
  @state_reason_code
end