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