Class: Aws::CodeCommit::Types::BatchDescribeMergeConflictsError
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::BatchDescribeMergeConflictsError
- 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
-
#exception_name ⇒ String
The name of the exception.
-
#file_path ⇒ String
The path to the file.
-
#message ⇒ String
The message provided by the exception.
Instance Attribute Details
#exception_name ⇒ String
The name of the exception.
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_path ⇒ String
The path to the file.
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 |
#message ⇒ String
The message provided by the exception.
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 |