Class: Aws::Organizations::Types::AlreadyInOrganizationException

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

#messageString

Returns:

  • (String)


257
258
259
260
261
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 257

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