Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchDisassociateApprovalRuleTemplateFromRepositoriesError

import type { BatchDisassociateApprovalRuleTemplateFromRepositoriesError } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";

Returns information about errors in a BatchDisassociateApprovalRuleTemplateFromRepositories operation.

interface BatchDisassociateApprovalRuleTemplateFromRepositoriesError {
errorCode?: string | null;
errorMessage?: string | null;
repositoryName?: string | null;
}

§Properties

§
errorCode?: string | null
[src]

An error code that specifies whether the repository name was not valid or not found.

§
errorMessage?: string | null
[src]

An error message that provides details about why the repository name was either not found or not valid.

§
repositoryName?: string | null
[src]

The name of the repository where the association with the template was not able to be removed.