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 |
Documentation
data ExecutionStatus Source #
The status of an anomaly detector run.
See: newExecutionStatus
smart constructor.
ExecutionStatus' | |
|
Instances
newExecutionStatus :: ExecutionStatus Source #
Create a value of ExecutionStatus
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:status:ExecutionStatus'
, executionStatus_status
- The run's status.
$sel:failureReason:ExecutionStatus'
, executionStatus_failureReason
- The reason that the run failed, if applicable.
$sel:timestamp:ExecutionStatus'
, executionStatus_timestamp
- The run's timestamp.
executionStatus_status :: Lens' ExecutionStatus (Maybe AnomalyDetectionTaskStatus) Source #
The run's status.
executionStatus_failureReason :: Lens' ExecutionStatus (Maybe Text) Source #
The reason that the run failed, if applicable.
executionStatus_timestamp :: Lens' ExecutionStatus (Maybe Text) Source #
The run's timestamp.