PartnerCentralAccountAPI / Client / associate_aws_training_certification_email_domain
associate_aws_training_certification_email_domain¶
- PartnerCentralAccountAPI.Client.associate_aws_training_certification_email_domain(**kwargs)¶
Associates an email domain with AWS training and certification for the partner account, enabling automatic verification of employee certifications.
See also: AWS API Documentation
Request Syntax
response = client.associate_aws_training_certification_email_domain( Catalog='string', Identifier='string', ClientToken='string', Email='string', EmailVerificationCode='string' )
- Parameters:
Catalog (string) –
[REQUIRED]
The catalog identifier for the partner account.
Identifier (string) –
[REQUIRED]
The unique identifier of the partner account.
ClientToken (string) –
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
This field is autopopulated if not provided.
Email (string) –
[REQUIRED]
The email address used to verify domain ownership for AWS training and certification association.
EmailVerificationCode (string) –
[REQUIRED]
The verification code sent to the email address to confirm domain ownership.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
PartnerCentralAccountAPI.Client.exceptions.ResourceNotFoundExceptionPartnerCentralAccountAPI.Client.exceptions.AccessDeniedExceptionPartnerCentralAccountAPI.Client.exceptions.ConflictExceptionPartnerCentralAccountAPI.Client.exceptions.ThrottlingExceptionPartnerCentralAccountAPI.Client.exceptions.ValidationExceptionPartnerCentralAccountAPI.Client.exceptions.ServiceQuotaExceededException