Class: Aws::Organizations::Types::PolicyTypeNotEnabledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::PolicyTypeNotEnabledException
- Defined in:
- gems/aws-sdk-organizations/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 in the Organizations User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4269 4270 4271 4272 4273 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4269 class PolicyTypeNotEnabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |