CustomerProfiles / Client / delete_domain_object_type
delete_domain_object_type¶
- CustomerProfiles.Client.delete_domain_object_type(**kwargs)¶
Delete a DomainObjectType for the given Domain and ObjectType name.
See also: AWS API Documentation
Request Syntax
response = client.delete_domain_object_type( DomainName='string', ObjectTypeName='string' )
- Parameters:
DomainName (string) –
[REQUIRED]
The unique name of the domain.
ObjectTypeName (string) –
[REQUIRED]
The unique name of the domain object type.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
CustomerProfiles.Client.exceptions.BadRequestExceptionCustomerProfiles.Client.exceptions.AccessDeniedExceptionCustomerProfiles.Client.exceptions.ResourceNotFoundExceptionCustomerProfiles.Client.exceptions.ThrottlingExceptionCustomerProfiles.Client.exceptions.InternalServerException