Kafka / Client / delete_configuration
delete_configuration#
- Kafka.Client.delete_configuration(**kwargs)#
- Deletes an MSK Configuration. - See also: AWS API Documentation - Request Syntax- response = client.delete_configuration( Arn='string' ) - Parameters:
- Arn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'Arn': 'string', 'State': 'ACTIVE'|'DELETING'|'DELETE_FAILED' } - Response Structure- (dict) – - Successful response. - Arn (string) – - The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration. 
- State (string) – - The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED. 
 
 
 - Exceptions- Kafka.Client.exceptions.NotFoundException
- Kafka.Client.exceptions.BadRequestException
- Kafka.Client.exceptions.InternalServerErrorException
- Kafka.Client.exceptions.ForbiddenException