You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudHSMV2::Types::InitializeClusterResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudHSMV2::Types::InitializeClusterResponse
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The cluster\'s state. 
- 
  
    
      #state_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A description of the cluster\'s state. 
Instance Attribute Details
#state ⇒ String
The cluster\'s state.
Possible values:
- CREATE_IN_PROGRESS
- UNINITIALIZED
- INITIALIZE_IN_PROGRESS
- INITIALIZED
- ACTIVE
- UPDATE_IN_PROGRESS
- DELETE_IN_PROGRESS
- DELETED
- DEGRADED
#state_message ⇒ String
A description of the cluster\'s state.