Class: Aws::Organizations::Types::AlreadyInOrganizationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::AlreadyInOrganizationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
This account is already a member of an organization. An account can belong to only one organization at a time.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
257 258 259 260 261 |
# File 'lib/aws-sdk-organizations/types.rb', line 257 class AlreadyInOrganizationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |