Class: Aws::Organizations::Types::DuplicateAccountException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DuplicateAccountException
- 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
#message ⇒ String
1849 1850 1851 1852 1853 |
# File 'lib/aws-sdk-organizations/types.rb', line 1849 class DuplicateAccountException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |