Class: Aws::CodeCommit::Types::BatchDescribeMergeConflictsError

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

Overview

Returns information about errors in a BatchDescribeMergeConflicts operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exception_nameString

The name of the exception.

Returns:

  • (String)


392
393
394
395
396
397
398
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 392

class BatchDescribeMergeConflictsError < Struct.new(
  :file_path,
  :exception_name,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#file_pathString

The path to the file.

Returns:

  • (String)


392
393
394
395
396
397
398
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 392

class BatchDescribeMergeConflictsError < Struct.new(
  :file_path,
  :exception_name,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The message provided by the exception.

Returns:

  • (String)


392
393
394
395
396
397
398
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 392

class BatchDescribeMergeConflictsError < Struct.new(
  :file_path,
  :exception_name,
  :message)
  SENSITIVE = []
  include Aws::Structure
end