Class: Aws::KMS::Types::XksProxyInvalidResponseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::XksProxyInvalidResponseException
- 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
#message ⇒ String
7312 7313 7314 7315 7316 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 7312 class XksProxyInvalidResponseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |