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
4896 4897 4898 4899 4900 |
# File 'lib/aws-sdk-organizations/types.rb', line 4896 class PolicyTypeAlreadyEnabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |