EC2 / Client / disable_ipam_organization_admin_account

disable_ipam_organization_admin_account#

EC2.Client.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'
)
Parameters:
  • DryRun (boolean) – A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

  • DelegatedAdminAccountId (string) –

    [REQUIRED]

    The Organizations member account ID that you want to disable as IPAM account.

Return type:

dict

Returns:

Response Syntax

{
    'Success': True|False
}

Response Structure

  • (dict) –

    • Success (boolean) –

      The result of disabling the IPAM account.