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

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


2011
2012
2013
2014
2015
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 2011

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