Class: Aws::SecretsManager::Types::PublicPolicyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::PublicPolicyException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-secretsmanager/types.rb
Overview
The ‘BlockPublicPolicy` parameter is set to true, and the resource policy did not prevent broad access to the secret.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1243 1244 1245 1246 1247 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1243 class PublicPolicyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |