Class: Aws::KMS::Types::CloudHsmClusterNotActiveException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::CloudHsmClusterNotActiveException
- Includes:
- Structure
- Defined in:
- 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][1
-
in the *CloudHSM User Guide*.
[1]: docs.aws.amazon.com/cloudhsm/latest/userguide/getting-started.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
195 196 197 198 199 |
# File 'lib/aws-sdk-kms/types.rb', line 195 class CloudHsmClusterNotActiveException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |