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

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


6648
6649
6650
6651
6652
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 6648

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