PartnerCentralAccountAPI / Client / disassociate_aws_training_certification_email_domain
disassociate_aws_training_certification_email_domain¶
- PartnerCentralAccountAPI.Client.disassociate_aws_training_certification_email_domain(**kwargs)¶
Removes the association between an email domain and AWS training and certification for the partner account.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_aws_training_certification_email_domain( Catalog='string', Identifier='string', ClientToken='string', DomainName='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.
DomainName (string) –
[REQUIRED]
The domain name to disassociate from AWS training and certification.
- 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.ValidationException