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 BatchStopJobRunError = BatchStopJobRunError' {
- jobName :: Maybe Text
- jobRunId :: Maybe Text
- errorDetail :: Maybe ErrorDetail
- newBatchStopJobRunError :: BatchStopJobRunError
- batchStopJobRunError_jobName :: Lens' BatchStopJobRunError (Maybe Text)
- batchStopJobRunError_jobRunId :: Lens' BatchStopJobRunError (Maybe Text)
- batchStopJobRunError_errorDetail :: Lens' BatchStopJobRunError (Maybe ErrorDetail)
Documentation
data BatchStopJobRunError Source #
Records an error that occurred when attempting to stop a specified job run.
See: newBatchStopJobRunError
smart constructor.
BatchStopJobRunError' | |
|
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: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.
$sel:errorDetail:BatchStopJobRunError'
, batchStopJobRunError_errorDetail
- 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.
batchStopJobRunError_errorDetail :: Lens' BatchStopJobRunError (Maybe ErrorDetail) Source #
Specifies details about the error that was encountered.