Module: Aws::CloudHSMV2::Client::_InitializeClusterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::InitializeClusterResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#state ⇒ "CREATE_IN_PROGRESS", ...
219 |
# File 'sig/client.rbs', line 219
def state: () -> ("CREATE_IN_PROGRESS" | "UNINITIALIZED" | "INITIALIZE_IN_PROGRESS" | "INITIALIZED" | "ACTIVE" | "UPDATE_IN_PROGRESS" | "MODIFY_IN_PROGRESS" | "ROLLBACK_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "DELETED" | "DEGRADED")
|
#state_message ⇒ ::String
220 |
# File 'sig/client.rbs', line 220
def state_message: () -> ::String
|