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

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

#messageString

Returns:

  • (String)


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

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