Amazon.Elasticsearch.AmazonElasticsearchClient.RemoveTags C# (CSharp) Method

RemoveTags() public method

Removes the specified set of tags from the specified Elasticsearch domain.
/// An error occurred while processing the request. /// /// The request processing has failed because of an unknown error, exception or failure /// (the failure is internal to the service) . Gives http status code of 500. /// /// An exception for missing / invalid input fields. Gives http status code of 400. ///
public RemoveTags ( Amazon.Elasticsearch.Model.RemoveTagsRequest request ) : RemoveTagsResponse
request Amazon.Elasticsearch.Model.RemoveTagsRequest Container for the necessary parameters to execute the RemoveTags service method.
return RemoveTagsResponse
        public RemoveTagsResponse RemoveTags(RemoveTagsRequest request)
        {
            var marshaller = new RemoveTagsRequestMarshaller();
            var unmarshaller = RemoveTagsResponseUnmarshaller.Instance;

            return Invoke<RemoveTagsRequest,RemoveTagsResponse>(request, marshaller, unmarshaller);
        }