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

Class: Aws::CodeCommit::Types::BatchGetCommitsError

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

Overview

Returns information about errors in a BatchGetCommits operation.

Instance Attribute Summary collapse

Instance Attribute Details

#commit_idString

A commit ID that either could not be found or was not in a valid format.

Returns:

  • (String)

    A commit ID that either could not be found or was not in a valid format.

#error_codeString

An error code that specifies whether the commit ID was not valid or not found.

Returns:

  • (String)

    An error code that specifies whether the commit ID was not valid or not found.

#error_messageString

An error message that provides detail about why the commit ID either was not found or was not valid.

Returns:

  • (String)

    An error message that provides detail about why the commit ID either was not found or was not valid.