Class: Aws::KMS::Types::XksProxyUriInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::XksProxyUriInUseException
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb
Overview
The request was rejected because the concatenation of the
XksProxyUriEndpoint
and XksProxyUriPath
is already associated with
another external key store in this Amazon Web Services Region. Each
external key store in a Region must use a unique external key store
proxy API address.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7203 7204 7205 7206 7207 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 7203 class XksProxyUriInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |