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
270 271 272 273 274 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 270 class AccountOwnerNotVerifiedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |