Class: Aws::Organizations::Types::DuplicatePolicyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DuplicatePolicyException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
A policy with the same name already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1906 1907 1908 1909 1910 |
# File 'lib/aws-sdk-organizations/types.rb', line 1906 class DuplicatePolicyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |