| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.Types.BatchStopJobRunError
Description
Synopsis
- data BatchStopJobRunError = BatchStopJobRunError' {
- errorDetail :: Maybe ErrorDetail
- jobName :: Maybe Text
- jobRunId :: Maybe Text
- newBatchStopJobRunError :: BatchStopJobRunError
- batchStopJobRunError_errorDetail :: Lens' BatchStopJobRunError (Maybe ErrorDetail)
- batchStopJobRunError_jobName :: Lens' BatchStopJobRunError (Maybe Text)
- batchStopJobRunError_jobRunId :: Lens' BatchStopJobRunError (Maybe Text)
Documentation
data BatchStopJobRunError Source #
Records an error that occurred when attempting to stop a specified job run.
See: newBatchStopJobRunError smart constructor.
Constructors
| BatchStopJobRunError' | |
Fields
| |
Instances
newBatchStopJobRunError :: BatchStopJobRunError Source #
Create a value of BatchStopJobRunError 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:errorDetail:BatchStopJobRunError', batchStopJobRunError_errorDetail - Specifies details about the error that was encountered.
$sel:jobName:BatchStopJobRunError', batchStopJobRunError_jobName - The name of the job definition that is used in the job run in question.
$sel:jobRunId:BatchStopJobRunError', batchStopJobRunError_jobRunId - The JobRunId of the job run in question.
batchStopJobRunError_errorDetail :: Lens' BatchStopJobRunError (Maybe ErrorDetail) Source #
Specifies details about the error that was encountered.
batchStopJobRunError_jobName :: Lens' BatchStopJobRunError (Maybe Text) Source #
The name of the job definition that is used in the job run in question.
batchStopJobRunError_jobRunId :: Lens' BatchStopJobRunError (Maybe Text) Source #
The JobRunId of the job run in question.