Class: Aws::Organizations::Types::DuplicatePolicyAttachmentException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DuplicatePolicyAttachmentException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
The selected policy is already attached to the specified target.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1893 1894 1895 1896 1897 |
# File 'lib/aws-sdk-organizations/types.rb', line 1893 class DuplicatePolicyAttachmentException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |