Class: Aws::KMS::Types::XksProxyVpcEndpointServiceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::XksProxyVpcEndpointServiceNotFoundException
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb
Overview
The request was rejected because KMS could not find the specified VPC
endpoint service. Use DescribeCustomKeyStores to verify the VPC
endpoint service name for the external key store. Also, confirm that
the Allow principals
list for the VPC endpoint service includes the
KMS service principal for the Region, such as
cks.kms.us-east-1.amazonaws.com
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6992 6993 6994 6995 6996 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 6992 class XksProxyVpcEndpointServiceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |