delete_configuration
(**kwargs)¶Deletes an MSK Configuration.
See also: AWS API Documentation
Request Syntax
response = client.delete_configuration(
Arn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.
{
'Arn': 'string',
'State': 'ACTIVE'|'DELETING'|'DELETE_FAILED'
}
Response Structure
Successful response.
The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.
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