Class: Aws::SecretsManager::Types::PublicPolicyException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-secretsmanager/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

#messageString

Returns:

  • (String)


1220
1221
1222
1223
1224
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1220

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