Class: Aws::KMS::Types::XksProxyInvalidConfigurationException

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

Overview

The request was rejected because the external key store proxy is not configured correctly. To identify the cause, see the error message that accompanies the exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6663
6664
6665
6666
6667
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 6663

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