Glue / Client / delete_custom_entity_type

delete_custom_entity_type#

Glue.Client.delete_custom_entity_type(**kwargs)#

Deletes a custom pattern by specifying its name.

See also: AWS API Documentation

Request Syntax

response = client.delete_custom_entity_type(
    Name='string'
)
Parameters:

Name (string) –

[REQUIRED]

The name of the custom pattern that you want to delete.

Return type:

dict

Returns:

Response Syntax

{
    'Name': 'string'
}

Response Structure

  • (dict) –

    • Name (string) –

      The name of the custom pattern you deleted.

Exceptions

  • Glue.Client.exceptions.EntityNotFoundException

  • Glue.Client.exceptions.AccessDeniedException

  • Glue.Client.exceptions.InternalServiceException

  • Glue.Client.exceptions.InvalidInputException

  • Glue.Client.exceptions.OperationTimeoutException