Class: Aws::KMS::Types::XksProxyUriUnreachableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::XksProxyUriUnreachableException
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb
Overview
KMS was unable to reach the specified XksProxyUriPath. The path must
be reachable before you create the external key store or update its
settings.
This exception is also thrown when the external key store proxy
response to a GetHealthStatus request indicates that all external
key manager instances are unavailable.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7364 7365 7366 7367 7368 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 7364 class XksProxyUriUnreachableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |