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)


4142
4143
4144
4145
4146
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 4142

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