Class: Aws::Organizations::Types::DuplicatePolicyException

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

#messageString

Returns:

  • (String)


1892
1893
1894
1895
1896
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1892

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