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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kms/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4064
4065
4066
4067
4068
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 4064

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