Class: Aws::Organizations::Types::PolicyTypeAlreadyEnabledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::PolicyTypeAlreadyEnabledException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
4162 4163 4164 4165 4166 |
# File 'lib/aws-sdk-organizations/types.rb', line 4162 class PolicyTypeAlreadyEnabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |