WorkSpaces / Client / describe_account_modifications

describe_account_modifications#

WorkSpaces.Client.describe_account_modifications(**kwargs)#

Retrieves a list that describes modifications to the configuration of Bring Your Own License (BYOL) for the specified account.

See also: AWS API Documentation

Request Syntax

response = client.describe_account_modifications(
    NextToken='string'
)
Parameters:

NextToken (string) – If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

Return type:

dict

Returns:

Response Syntax

{
    'AccountModifications': [
        {
            'ModificationState': 'PENDING'|'COMPLETED'|'FAILED',
            'DedicatedTenancySupport': 'ENABLED'|'DISABLED',
            'DedicatedTenancyManagementCidrRange': 'string',
            'StartTime': datetime(2015, 1, 1),
            'ErrorCode': 'string',
            'ErrorMessage': 'string'
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) –

    • AccountModifications (list) –

      The list of modifications to the configuration of BYOL.

      • (dict) –

        Describes a modification to the configuration of Bring Your Own License (BYOL) for the specified account.

        • ModificationState (string) –

          The state of the modification to the configuration of BYOL.

        • DedicatedTenancySupport (string) –

          The status of BYOL (whether BYOL is being enabled or disabled).

        • DedicatedTenancyManagementCidrRange (string) –

          The IP address range, specified as an IPv4 CIDR block, for the management network interface used for the account.

        • StartTime (datetime) –

          The timestamp when the modification of the BYOL configuration was started.

        • ErrorCode (string) –

          The error code that is returned if the configuration of BYOL cannot be modified.

        • ErrorMessage (string) –

          The text of the error message that is returned if the configuration of BYOL cannot be modified.

    • NextToken (string) –

      The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Exceptions

  • WorkSpaces.Client.exceptions.AccessDeniedException