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)


4048
4049
4050
4051
4052
# File 'lib/aws-sdk-organizations/types.rb', line 4048

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