Class: Aws::KMS::Types::IncorrectTrustAnchorException

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

Overview

The request was rejected because the trust anchor certificate in the request to create an CloudHSM key store is not the trust anchor certificate for the specified CloudHSM cluster.

When you [initialize the CloudHSM cluster], you create the trust anchor certificate and save it in the ‘customerCA.crt` file.

[1]: docs.aws.amazon.com/cloudhsm/latest/userguide/initialize-cluster.html#sign-csr

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3707
3708
3709
3710
3711
# File 'lib/aws-sdk-kms/types.rb', line 3707

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