disable_ipam_organization_admin_account
(**kwargs)¶Disable the IPAM account. For more information, see Enable integration with Organizations in the Amazon VPC IPAM User Guide .
See also: AWS API Documentation
Request Syntax
response = client.disable_ipam_organization_admin_account(
DryRun=True|False,
DelegatedAdminAccountId='string'
)
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.[REQUIRED]
The Organizations member account ID that you want to disable as IPAM account.
dict
Response Syntax
{
'Success': True|False
}
Response Structure
(dict) --
Success (boolean) --
The result of disabling the IPAM account.