Class: Aws::KMS::Types::CloudHsmClusterNotFoundException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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