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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


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

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