You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeCommit::Types::BatchDisassociateApprovalRuleTemplateFromRepositoriesError

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returns information about errors in a BatchDisassociateApprovalRuleTemplateFromRepositories operation.

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

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

Returns:

  • (String)

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

#error_messageString

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

Returns:

  • (String)

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

#repository_nameString

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

Returns:

  • (String)

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