Class: Aws::Organizations::Types::PolicyTypeNotEnabledException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


4206
4207
4208
4209
4210
# File 'lib/aws-sdk-organizations/types.rb', line 4206

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