KafkaConnect / Client / delete_worker_configuration
delete_worker_configuration#
- KafkaConnect.Client.delete_worker_configuration(**kwargs)#
- Deletes the specified worker configuration. - See also: AWS API Documentation - Request Syntax- response = client.delete_worker_configuration( workerConfigurationArn='string' ) - Parameters:
- workerConfigurationArn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the worker configuration that you want to delete. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'workerConfigurationArn': 'string', 'workerConfigurationState': 'ACTIVE'|'DELETING' } - Response Structure- (dict) – - workerConfigurationArn (string) – - The Amazon Resource Name (ARN) of the worker configuration that you requested to delete. 
- workerConfigurationState (string) – - The state of the worker configuration. 
 
 
 - Exceptions- KafkaConnect.Client.exceptions.NotFoundException
- KafkaConnect.Client.exceptions.BadRequestException
- KafkaConnect.Client.exceptions.ForbiddenException
- KafkaConnect.Client.exceptions.ServiceUnavailableException
- KafkaConnect.Client.exceptions.TooManyRequestsException
- KafkaConnect.Client.exceptions.UnauthorizedException
- KafkaConnect.Client.exceptions.InternalServerErrorException