Class: Aws::Organizations::Types::DuplicateAccountException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-organizations/types.rb

Overview

That account is already present in the specified destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1835
1836
1837
1838
1839
# File 'lib/aws-sdk-organizations/types.rb', line 1835

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