Class: Aws::KMS::Types::CloudHsmClusterNotActiveException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::CloudHsmClusterNotActiveException
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb
Overview
The request was rejected because the CloudHSM cluster associated with the CloudHSM key store is not active. Initialize and activate the cluster and try the command again. For detailed instructions, see Getting Started in the CloudHSM User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
195 196 197 198 199 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 195 class CloudHsmClusterNotActiveException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |