CloudWatchEvidently.Client.
delete_feature
(**kwargs)¶Deletes an Evidently feature.
See also: AWS API Documentation
Request Syntax
response = client.delete_feature(
feature='string',
project='string'
)
[REQUIRED]
The name of the feature to delete.
[REQUIRED]
The name or ARN of the project that contains the feature to delete.
dict
Response Syntax
{}
Response Structure
Exceptions
CloudWatchEvidently.Client.exceptions.ThrottlingException
CloudWatchEvidently.Client.exceptions.ValidationException
CloudWatchEvidently.Client.exceptions.ConflictException
CloudWatchEvidently.Client.exceptions.ResourceNotFoundException
CloudWatchEvidently.Client.exceptions.AccessDeniedException