Class: Aws::KMS::Types::XksProxyUriEndpointInUseException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kms/types.rb

Overview

The request was rejected because the ‘XksProxyUriEndpoint` is already associated with another external key store in this Amazon Web Services Region. To identify the cause, see the error message that accompanies the exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6907
6908
6909
6910
6911
# File 'lib/aws-sdk-kms/types.rb', line 6907

class XksProxyUriEndpointInUseException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end