Class: Aws::Organizations::Types::PolicyNotAttachedException

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

Overview

The policy isn’t attached to the specified target in the specified root.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4010
4011
4012
4013
4014
# File 'lib/aws-sdk-organizations/types.rb', line 4010

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