Class: Aws::KMS::Types::CloudHsmClusterNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::CloudHsmClusterNotFoundException
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb
Overview
The request was rejected because KMS cannot find the CloudHSM cluster with the specified cluster ID. Retry the request with a different cluster ID.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
210 211 212 213 214 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 210 class CloudHsmClusterNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |