Artifact / Client / get_account_settings

get_account_settings#

Artifact.Client.get_account_settings()#

Get the account settings for Artifact.

See also: AWS API Documentation

Request Syntax

response = client.get_account_settings()
Return type:

dict

Returns:

Response Syntax

{
    'accountSettings': {
        'notificationSubscriptionStatus': 'SUBSCRIBED'|'NOT_SUBSCRIBED'
    }
}

Response Structure

  • (dict) –

    • accountSettings (dict) –

      Account settings for the customer.

      • notificationSubscriptionStatus (string) –

        Notification subscription status of the customer.

Exceptions