Amazon.ServiceCatalog.AmazonServiceCatalogClient.DeleteProvisioningArtifact C# (CSharp) Method

DeleteProvisioningArtifact() public method

Deletes the specified provisioning artifact. This operation will not work on a provisioning artifact associated with a product that has been shared with you, or on the last provisioning artifact associated with a product (a product must have at least one provisioning artifact).
/// One or more parameters provided to the operation are invalid. /// /// The operation was requested against a resource that is currently in use. Free the /// resource from use and retry the operation. /// /// The specified resource was not found. ///
public DeleteProvisioningArtifact ( DeleteProvisioningArtifactRequest request ) : DeleteProvisioningArtifactResponse
request DeleteProvisioningArtifactRequest Container for the necessary parameters to execute the DeleteProvisioningArtifact service method.
return DeleteProvisioningArtifactResponse
        public DeleteProvisioningArtifactResponse DeleteProvisioningArtifact(DeleteProvisioningArtifactRequest request)
        {
            var marshaller = new DeleteProvisioningArtifactRequestMarshaller();
            var unmarshaller = DeleteProvisioningArtifactResponseUnmarshaller.Instance;

            return Invoke<DeleteProvisioningArtifactRequest,DeleteProvisioningArtifactResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient