Class: Aws::Organizations::Types::AccountOwnerNotVerifiedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::AccountOwnerNotVerifiedException
- 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
#message ⇒ String
265 266 267 268 269 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 265 class AccountOwnerNotVerifiedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |