Amazon.ElastiCache.AmazonElastiCacheClient.RemoveTagsFromResource C# (CSharp) Method

RemoveTagsFromResource() public method

Removes the tags identified by the TagKeys list from the named resource.
/// The requested cache cluster ID does not refer to an existing cache cluster. /// /// The requested Amazon Resource Name (ARN) does not refer to an existing resource. /// /// The requested snapshot name does not refer to an existing snapshot. /// /// The requested tag was not found on this resource. ///
public RemoveTagsFromResource ( RemoveTagsFromResourceRequest request ) : RemoveTagsFromResourceResponse
request RemoveTagsFromResourceRequest Container for the necessary parameters to execute the RemoveTagsFromResource service method.
return RemoveTagsFromResourceResponse
        public RemoveTagsFromResourceResponse RemoveTagsFromResource(RemoveTagsFromResourceRequest request)
        {
            var marshaller = new RemoveTagsFromResourceRequestMarshaller();
            var unmarshaller = RemoveTagsFromResourceResponseUnmarshaller.Instance;

            return Invoke<RemoveTagsFromResourceRequest,RemoveTagsFromResourceResponse>(request, marshaller, unmarshaller);
        }
AmazonElastiCacheClient