Class: Aws::Types::ClusterStateChangeReason

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"INTERNAL_ERROR", ...

Returns the value of attribute code.

Returns:

  • ("INTERNAL_ERROR", "VALIDATION_ERROR", "INSTANCE_FAILURE", "INSTANCE_FLEET_TIMEOUT", "BOOTSTRAP_FAILURE", "USER_REQUEST", "STEP_FAILURE", "ALL_STEPS_COMPLETED")


203
204
205
# File 'sig/types.rbs', line 203

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


204
205
206
# File 'sig/types.rbs', line 204

def message
  @message
end