Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

disable_ipam_organization_admin_account

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.