DataZone / Client / delete_asset_type

delete_asset_type#

DataZone.Client.delete_asset_type(**kwargs)#

Deletes an asset type in Amazon DataZone.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The ID of the Amazon DataZone domain in which the asset type is deleted.

  • identifier (string) –

    [REQUIRED]

    The identifier of the asset type that is deleted.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions