Amazon.CodeDeploy.AmazonCodeDeployClient.RemoveTagsFromOnPremisesInstances C# (CSharp) Method

RemoveTagsFromOnPremisesInstances() public method

Removes one or more tags from one or more on-premises instances.
/// The maximum number of allowed on-premises instances in a single call was exceeded. /// /// An on-premises instance name was not specified. /// /// The specified on-premises instance is not registered. /// /// The specified tag was specified in an invalid format. /// /// The maximum allowed number of tags was exceeded. /// /// A tag was not specified. ///
public RemoveTagsFromOnPremisesInstances ( RemoveTagsFromOnPremisesInstancesRequest request ) : RemoveTagsFromOnPremisesInstancesResponse
request Amazon.CodeDeploy.Model.RemoveTagsFromOnPremisesInstancesRequest Container for the necessary parameters to execute the RemoveTagsFromOnPremisesInstances service method.
return RemoveTagsFromOnPremisesInstancesResponse
        public RemoveTagsFromOnPremisesInstancesResponse RemoveTagsFromOnPremisesInstances(RemoveTagsFromOnPremisesInstancesRequest request)
        {
            var marshaller = new RemoveTagsFromOnPremisesInstancesRequestMarshaller();
            var unmarshaller = RemoveTagsFromOnPremisesInstancesResponseUnmarshaller.Instance;

            return Invoke<RemoveTagsFromOnPremisesInstancesRequest,RemoveTagsFromOnPremisesInstancesResponse>(request, marshaller, unmarshaller);
        }
AmazonCodeDeployClient