FreeTier / Client / upgrade_account_plan

upgrade_account_plan

FreeTier.Client.upgrade_account_plan(**kwargs)

The account plan type for the Amazon Web Services account.

See also: AWS API Documentation

Request Syntax

response = client.upgrade_account_plan(
    accountPlanType='FREE'|'PAID'
)
Parameters:

accountPlanType (string) –

[REQUIRED]

The target account plan type. This makes it explicit about the change and latest value of the accountPlanType.

Return type:

dict

Returns:

Response Syntax

{
    'accountId': 'string',
    'accountPlanType': 'FREE'|'PAID',
    'accountPlanStatus': 'NOT_STARTED'|'ACTIVE'|'EXPIRED'
}

Response Structure

  • (dict) –

    • accountId (string) –

      A unique identifier that identifies the account.

    • accountPlanType (string) –

      The type of plan for the account.

    • accountPlanStatus (string) –

      This indicates the latest state of the account plan within its lifecycle.

Exceptions