Class: Aws::Organizations::Types::AccountOwnerNotVerifiedException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-organizations/types.rb

Overview

You can’t invite an existing account to your organization until you verify that you own the email address associated with the management account. For more information, see [Email address verification] in the *Organizations User Guide*.

[1]: docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_create.html#about-email-verification

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


243
244
245
246
247
# File 'lib/aws-sdk-organizations/types.rb', line 243

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