Class: Aws::PaymentCryptography::Types::PublicPolicyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::PublicPolicyException
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
Overview
The resource-based policy would grant public access to the key.
Modify the policy to restrict access to specific principals and resubmit the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2269 2270 2271 2272 2273 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 2269 class PublicPolicyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |