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

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


6679
6680
6681
6682
6683
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 6679

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