Class: Aws::Organizations::Types::DuplicateAccountException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DuplicateAccountException
- 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
#message ⇒ 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 |