VPCLattice / Client / delete_domain_verification
delete_domain_verification¶
- VPCLattice.Client.delete_domain_verification(**kwargs)¶
Deletes the specified domain verification.
See also: AWS API Documentation
Request Syntax
response = client.delete_domain_verification( domainVerificationIdentifier='string' )
- Parameters:
domainVerificationIdentifier (string) –
[REQUIRED]
The ID of the domain verification to delete.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
VPCLattice.Client.exceptions.ValidationExceptionVPCLattice.Client.exceptions.AccessDeniedExceptionVPCLattice.Client.exceptions.ResourceNotFoundExceptionVPCLattice.Client.exceptions.ThrottlingExceptionVPCLattice.Client.exceptions.InternalServerException