Class: Aws::KMS::Types::CloudHsmClusterInUseException

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

Overview

The request was rejected because the specified CloudHSM cluster is already associated with an CloudHSM key store in the account, or it shares a backup history with an CloudHSM key store in the account. Each CloudHSM key store in the account must be associated with a different CloudHSM cluster.

CloudHSM clusters that share a backup history have the same cluster certificate. To view the cluster certificate of an CloudHSM cluster, use the DescribeClusters operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


124
125
126
127
128
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 124

class CloudHsmClusterInUseException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end