Class: Aws::Organizations::Types::PolicyTypeNotEnabledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::PolicyTypeNotEnabledException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
The specified policy type isn’t currently enabled in this root. You can’t attach policies of the specified type to entities in a root until you enable that type in the root. For more information, see
- Enabling all features in your organization][1
-
in the *Organizations
User Guide*.
[1]: docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4244 4245 4246 4247 4248 |
# File 'lib/aws-sdk-organizations/types.rb', line 4244 class PolicyTypeNotEnabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |