AppConfig.Client.delete_extension_association(**kwargs)¶Deletes an extension association. This action doesn't delete extensions defined in the association.
See also: AWS API Documentation
Request Syntax
response = client.delete_extension_association(
ExtensionAssociationId='string'
)
[REQUIRED]
The ID of the extension association to delete.
Exceptions
AppConfig.Client.exceptions.BadRequestExceptionAppConfig.Client.exceptions.ResourceNotFoundExceptionAppConfig.Client.exceptions.InternalServerException