Class: Aws::Organizations::Types::DuplicatePolicyAttachmentException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/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

#messageString

Returns:

  • (String)


1879
1880
1881
1882
1883
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1879

class DuplicatePolicyAttachmentException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end