Class: Aws::Types::InitializeClusterResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state"CREATE_IN_PROGRESS", ...

Returns the value of attribute state.

Returns:

  • ("CREATE_IN_PROGRESS", "UNINITIALIZED", "INITIALIZE_IN_PROGRESS", "INITIALIZED", "ACTIVE", "UPDATE_IN_PROGRESS", "MODIFY_IN_PROGRESS", "ROLLBACK_IN_PROGRESS", "DELETE_IN_PROGRESS", "DELETED", "DEGRADED")


253
254
255
# File 'sig/types.rbs', line 253

def state
  @state
end

#state_message::String

Returns the value of attribute state_message.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def state_message
  @state_message
end