Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data BatchDescribeMergeConflictsError = BatchDescribeMergeConflictsError' {}
- newBatchDescribeMergeConflictsError :: Text -> Text -> Text -> BatchDescribeMergeConflictsError
- batchDescribeMergeConflictsError_filePath :: Lens' BatchDescribeMergeConflictsError Text
- batchDescribeMergeConflictsError_exceptionName :: Lens' BatchDescribeMergeConflictsError Text
- batchDescribeMergeConflictsError_message :: Lens' BatchDescribeMergeConflictsError Text
Documentation
data BatchDescribeMergeConflictsError Source #
Returns information about errors in a BatchDescribeMergeConflicts operation.
See: newBatchDescribeMergeConflictsError
smart constructor.
Instances
newBatchDescribeMergeConflictsError Source #
:: Text | |
-> Text | |
-> Text | |
-> BatchDescribeMergeConflictsError |
Create a value of BatchDescribeMergeConflictsError
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:filePath:BatchDescribeMergeConflictsError'
, batchDescribeMergeConflictsError_filePath
- The path to the file.
$sel:exceptionName:BatchDescribeMergeConflictsError'
, batchDescribeMergeConflictsError_exceptionName
- The name of the exception.
$sel:message:BatchDescribeMergeConflictsError'
, batchDescribeMergeConflictsError_message
- The message provided by the exception.
batchDescribeMergeConflictsError_filePath :: Lens' BatchDescribeMergeConflictsError Text Source #
The path to the file.
batchDescribeMergeConflictsError_exceptionName :: Lens' BatchDescribeMergeConflictsError Text Source #
The name of the exception.
batchDescribeMergeConflictsError_message :: Lens' BatchDescribeMergeConflictsError Text Source #
The message provided by the exception.