Class: Aws::Types::ClusterStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_details::Array[Types::ErrorDetail]

Returns the value of attribute error_details.

Returns:



212
213
214
# File 'sig/types.rbs', line 212

def error_details
  @error_details
end

#state"STARTING", ...

Returns the value of attribute state.

Returns:

  • ("STARTING", "BOOTSTRAPPING", "RUNNING", "WAITING", "TERMINATING", "TERMINATED", "TERMINATED_WITH_ERRORS")


209
210
211
# File 'sig/types.rbs', line 209

def state
  @state
end

#state_change_reasonTypes::ClusterStateChangeReason

Returns the value of attribute state_change_reason.



210
211
212
# File 'sig/types.rbs', line 210

def state_change_reason
  @state_change_reason
end

#timelineTypes::ClusterTimeline

Returns the value of attribute timeline.



211
212
213
# File 'sig/types.rbs', line 211

def timeline
  @timeline
end