libZSservicesZSamazonka-codecommitZSamazonka-codecommit
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

Description

 
Synopsis

Documentation

data BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source #

Returns information about errors in a BatchDisassociateApprovalRuleTemplateFromRepositories operation.

See: newBatchDisassociateApprovalRuleTemplateFromRepositoriesError smart constructor.

Constructors

BatchDisassociateApprovalRuleTemplateFromRepositoriesError' 

Fields

  • errorCode :: Maybe Text

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

  • repositoryName :: Maybe Text

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

  • errorMessage :: Maybe Text

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

Instances

Instances details
Eq BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

Read BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

Show BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

Generic BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

NFData BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

Hashable BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

FromJSON BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

type Rep BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError

type Rep BatchDisassociateApprovalRuleTemplateFromRepositoriesError = D1 ('MetaData "BatchDisassociateApprovalRuleTemplateFromRepositoriesError" "Amazonka.CodeCommit.Types.BatchDisassociateApprovalRuleTemplateFromRepositoriesError" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "BatchDisassociateApprovalRuleTemplateFromRepositoriesError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "repositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBatchDisassociateApprovalRuleTemplateFromRepositoriesError :: BatchDisassociateApprovalRuleTemplateFromRepositoriesError Source #

Create a value of BatchDisassociateApprovalRuleTemplateFromRepositoriesError with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:errorCode:BatchDisassociateApprovalRuleTemplateFromRepositoriesError', batchDisassociateApprovalRuleTemplateFromRepositoriesError_errorCode - An error code that specifies whether the repository name was not valid or not found.

$sel:repositoryName:BatchDisassociateApprovalRuleTemplateFromRepositoriesError', batchDisassociateApprovalRuleTemplateFromRepositoriesError_repositoryName - The name of the repository where the association with the template was not able to be removed.

$sel:errorMessage:BatchDisassociateApprovalRuleTemplateFromRepositoriesError', batchDisassociateApprovalRuleTemplateFromRepositoriesError_errorMessage - An error message that provides details about why the repository name was either not found or not valid.

batchDisassociateApprovalRuleTemplateFromRepositoriesError_repositoryName :: Lens' BatchDisassociateApprovalRuleTemplateFromRepositoriesError (Maybe Text) Source #

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

batchDisassociateApprovalRuleTemplateFromRepositoriesError_errorMessage :: Lens' BatchDisassociateApprovalRuleTemplateFromRepositoriesError (Maybe Text) Source #

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