Class: Aws::Organizations::Types::PolicyTypeAlreadyEnabledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::PolicyTypeAlreadyEnabledException
- Defined in:
- gems/aws-sdk-organizations/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
4227 4228 4229 4230 4231 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4227 class PolicyTypeAlreadyEnabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |