Class: Aws::Organizations::Types::PolicyInUseException

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

Overview

The policy is attached to one or more entities. You must detach it from all roots, OUs, and accounts before performing this operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3996
3997
3998
3999
4000
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 3996

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