Class: Aws::Types::ClusterInstanceStatusDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1375
1376
1377
# File 'sig/types.rbs', line 1375

def message
  @message
end

#status"Running", ...

Returns the value of attribute status.

Returns:

  • ("Running", "Failure", "Pending", "ShuttingDown", "SystemUpdating", "DeepHealthCheckInProgress", "NotFound")


1374
1375
1376
# File 'sig/types.rbs', line 1374

def status
  @status
end