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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/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)


4227
4228
4229
4230
4231
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4227

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