Class: Aws::Organizations::Types::PolicyTypeAlreadyEnabledException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-organizations/types.rb

Overview

The specified policy type is already enabled in the specified root.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4164
4165
4166
4167
4168
# File 'lib/aws-sdk-organizations/types.rb', line 4164

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