SupportApp / Client / get_account_alias
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