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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codecommit/types.rb

Overview

Returns information about errors in a BatchGetCommits operation.

Constant Summary collapse

SENSITIVE =
[]

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)


601
602
603
604
605
606
607
# File 'lib/aws-sdk-codecommit/types.rb', line 601

class BatchGetCommitsError < Struct.new(
  :commit_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_codeString

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

Returns:

  • (String)


601
602
603
604
605
606
607
# File 'lib/aws-sdk-codecommit/types.rb', line 601

class BatchGetCommitsError < Struct.new(
  :commit_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

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

Returns:

  • (String)


601
602
603
604
605
606
607
# File 'lib/aws-sdk-codecommit/types.rb', line 601

class BatchGetCommitsError < Struct.new(
  :commit_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end