PartnerCentralAccountAPI / Client / get_alliance_lead_contact
get_alliance_lead_contact¶
- PartnerCentralAccountAPI.Client.get_alliance_lead_contact(**kwargs)¶
Retrieves the alliance lead contact information for a partner account.
See also: AWS API Documentation
Request Syntax
response = client.get_alliance_lead_contact( Catalog='string', Identifier='string' )
- Parameters:
Catalog (string) –
[REQUIRED]
The catalog identifier for the partner account.
Identifier (string) –
[REQUIRED]
The unique identifier of the partner account.
- Return type:
dict
- Returns:
Response Syntax
{ 'Catalog': 'string', 'Arn': 'string', 'Id': 'string', 'AllianceLeadContact': { 'FirstName': 'string', 'LastName': 'string', 'Email': 'string', 'BusinessTitle': 'string' } }
Response Structure
(dict) –
Catalog (string) –
The catalog identifier for the partner account.
Arn (string) –
The Amazon Resource Name (ARN) of the partner account.
Id (string) –
The unique identifier of the partner account.
AllianceLeadContact (dict) –
The alliance lead contact information including name, email, and business title.
FirstName (string) –
The first name of the alliance lead contact person.
LastName (string) –
The last name of the alliance lead contact person.
Email (string) –
The email address of the alliance lead contact person.
BusinessTitle (string) –
The business title or role of the alliance lead contact person.
Exceptions
PartnerCentralAccountAPI.Client.exceptions.ResourceNotFoundExceptionPartnerCentralAccountAPI.Client.exceptions.AccessDeniedExceptionPartnerCentralAccountAPI.Client.exceptions.ThrottlingExceptionPartnerCentralAccountAPI.Client.exceptions.ValidationExceptionPartnerCentralAccountAPI.Client.exceptions.InternalServerException