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.

get_account_alias

SupportApp.Client.get_account_alias()

Retrieves the alias from an Amazon Web Services account ID. The alias appears in the Amazon Web Services Support App page of the Amazon Web Services Support Center. The alias also appears in Slack messages from the Amazon Web Services Support App.

See also: AWS API Documentation

Request Syntax

response = client.get_account_alias()
Return type
dict
Returns
Response Syntax
{
    'accountAlias': 'string'
}

Response Structure

  • (dict) --
    • accountAlias (string) --

      An alias or short name for an Amazon Web Services account.

Exceptions

  • SupportApp.Client.exceptions.InternalServerException