PartnerCentralAccountAPI / Client / send_email_verification_code
send_email_verification_code¶
- PartnerCentralAccountAPI.Client.send_email_verification_code(**kwargs)¶
Sends an email verification code to the specified email address for account verification purposes.
See also: AWS API Documentation
Request Syntax
response = client.send_email_verification_code( Catalog='string', Email='string' )
- Parameters:
Catalog (string) –
[REQUIRED]
The catalog identifier for the partner account.
Email (string) –
[REQUIRED]
The email address to send the verification code to.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
PartnerCentralAccountAPI.Client.exceptions.AccessDeniedExceptionPartnerCentralAccountAPI.Client.exceptions.ThrottlingExceptionPartnerCentralAccountAPI.Client.exceptions.ValidationExceptionPartnerCentralAccountAPI.Client.exceptions.InternalServerExceptionPartnerCentralAccountAPI.Client.exceptions.ServiceQuotaExceededException