Class: Aws::Organizations::Types::PolicyInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::PolicyInUseException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
4034 4035 4036 4037 4038 |
# File 'lib/aws-sdk-organizations/types.rb', line 4034 class PolicyInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |