delete_extension_association

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'
)
Parameters
ExtensionAssociationId (string) --

[REQUIRED]

The ID of the extension association to delete.

Returns
None

Exceptions

  • AppConfig.Client.exceptions.BadRequestException
  • AppConfig.Client.exceptions.ResourceNotFoundException
  • AppConfig.Client.exceptions.InternalServerException