Class: Aws::Organizations::Types::EffectivePolicyNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::EffectivePolicyNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
If you ran this action on the management account, this policy type is not enabled. If you ran the action on a member account, the account doesn’t have an effective policy of this type. Contact the administrator of your organization about attaching a policy of this type to the account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1954 1955 1956 1957 1958 |
# File 'lib/aws-sdk-organizations/types.rb', line 1954 class EffectivePolicyNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |