Class: Aws::KMS::Types::XksProxyInvalidConfigurationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::XksProxyInvalidConfigurationException
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb
Overview
The request was rejected because the Amazon VPC endpoint service configuration does not fulfill the requirements for an external key store proxy. For details, see the exception message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6436 6437 6438 6439 6440 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 6436 class XksProxyInvalidConfigurationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |