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
4530 4531 4532 4533 4534 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 4530 class PolicyTypeAlreadyEnabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |