Class: Aws::CloudHSMV2::Types::InitializeClusterResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The cluster's state.

Returns:

  • (String)


793
794
795
796
797
798
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 793

class InitializeClusterResponse < Struct.new(
  :state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end

#state_messageString

A description of the cluster's state.

Returns:

  • (String)


793
794
795
796
797
798
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 793

class InitializeClusterResponse < Struct.new(
  :state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end