Class: Aws::Organizations::Types::PolicyTypeNotAvailableForOrganizationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::PolicyTypeNotAvailableForOrganizationException
- Defined in:
- gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb
Overview
You can't use the specified policy type with the feature set currently enabled for this organization. For example, you can enable SCPs only after you enable all features in the organization. For more information, see Managing Organizations policiesin the Organizations User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4241 4242 4243 4244 4245 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4241 class PolicyTypeNotAvailableForOrganizationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |