Class: Aws::Organizations::Types::AccountOwnerNotVerifiedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::AccountOwnerNotVerifiedException
- 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
#message ⇒ 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 |