Class: Aws::KMS::Types::XksProxyIncorrectAuthenticationCredentialException

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

Overview

The request was rejected because the proxy credentials failed to authenticate to the specified external key store proxy. The specified external key store proxy rejected a status request from KMS due to invalid credentials. This can indicate an error in the credentials or in the identification of the external key store proxy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6860
6861
6862
6863
6864
# File 'lib/aws-sdk-kms/types.rb', line 6860

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