:doc:`PartnerCentralAccountAPI <../../partnercentral-account>` / Client / associate_aws_training_certification_email_domain

*************************************************
associate_aws_training_certification_email_domain
*************************************************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/partnercentral-account-2025-04-04/AssociateAwsTrainingCertificationEmailDomain>`_  


  **Request Syntax**
  ::

    response = client.associate_aws_training_certification_email_domain(
        Catalog='string',
        Identifier='string',
        ClientToken='string',
        Email='string',
        EmailVerificationCode='string'
    )
    
  :type Catalog: string
  :param Catalog: **[REQUIRED]** 

    The catalog identifier for the partner account.

    

  
  :type Identifier: string
  :param Identifier: **[REQUIRED]** 

    The unique identifier of the partner account.

    

  
  :type ClientToken: string
  :param ClientToken: 

    A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

    This field is autopopulated if not provided.

  
  :type Email: string
  :param Email: **[REQUIRED]** 

    The email address used to verify domain ownership for AWS training and certification association.

    

  
  :type EmailVerificationCode: string
  :param EmailVerificationCode: **[REQUIRED]** 

    The verification code sent to the email address to confirm domain ownership.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`PartnerCentralAccountAPI.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`PartnerCentralAccountAPI.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`PartnerCentralAccountAPI.Client.exceptions.ConflictException`

  
  *   :py:class:`PartnerCentralAccountAPI.Client.exceptions.ThrottlingException`

  
  *   :py:class:`PartnerCentralAccountAPI.Client.exceptions.ValidationException`

  
  *   :py:class:`PartnerCentralAccountAPI.Client.exceptions.ServiceQuotaExceededException`

  