delete_feature

CloudWatchEvidently.Client.delete_feature(**kwargs)

Deletes an Evidently feature.

See also: AWS API Documentation

Request Syntax

response = client.delete_feature(
    feature='string',
    project='string'
)
Parameters
  • feature (string) --

    [REQUIRED]

    The name of the feature to delete.

  • project (string) --

    [REQUIRED]

    The name or ARN of the project that contains the feature to delete.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • CloudWatchEvidently.Client.exceptions.ThrottlingException
  • CloudWatchEvidently.Client.exceptions.ValidationException
  • CloudWatchEvidently.Client.exceptions.ConflictException
  • CloudWatchEvidently.Client.exceptions.ResourceNotFoundException
  • CloudWatchEvidently.Client.exceptions.AccessDeniedException