EntityResolution / Client / delete_schema_mapping
delete_schema_mapping#
- EntityResolution.Client.delete_schema_mapping(**kwargs)#
- Deletes the - SchemaMappingwith a given name. This operation will succeed even if a schema with the given name does not exist. This operation will fail if there is a- MatchingWorkflowobject that references the- SchemaMappingin the workflow’s- InputSourceConfig.- See also: AWS API Documentation - Request Syntax- response = client.delete_schema_mapping( schemaName='string' ) - Parameters:
- schemaName (string) – - [REQUIRED] - The name of the schema to delete. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'message': 'string' } - Response Structure- (dict) – - message (string) – - A successful operation message. 
 
 
 - Exceptions- EntityResolution.Client.exceptions.ThrottlingException
- EntityResolution.Client.exceptions.InternalServerException
- EntityResolution.Client.exceptions.AccessDeniedException
- EntityResolution.Client.exceptions.ConflictException
- EntityResolution.Client.exceptions.ValidationException