Class: Aws::KMS::Types::XksProxyInvalidResponseException

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

Overview

KMS cannot interpret the response it received from the external key store proxy. The problem might be a poorly constructed response, but it could also be a transient network issue. If you see this error repeatedly, report it to the proxy vendor.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6462
6463
6464
6465
6466
# File 'lib/aws-sdk-kms/types.rb', line 6462

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