DataZone / Client / delete_domain_unit

delete_domain_unit#

DataZone.Client.delete_domain_unit(**kwargs)#

Deletes a domain unit.

See also: AWS API Documentation

Request Syntax

response = client.delete_domain_unit(
    domainIdentifier='string',
    identifier='string'
)
Parameters:
  • domainIdentifier (string) –

    [REQUIRED]

    The ID of the domain where you want to delete a domain unit.

  • identifier (string) –

    [REQUIRED]

    The ID of the domain unit that you want to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • DataZone.Client.exceptions.InternalServerException

  • DataZone.Client.exceptions.ResourceNotFoundException

  • DataZone.Client.exceptions.AccessDeniedException

  • DataZone.Client.exceptions.ThrottlingException

  • DataZone.Client.exceptions.ConflictException

  • DataZone.Client.exceptions.ValidationException

  • DataZone.Client.exceptions.UnauthorizedException