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