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 TrialComponentStatus Source #
The status of the trial component.
See: newTrialComponentStatus
smart constructor.
TrialComponentStatus' | |
|
Instances
newTrialComponentStatus :: TrialComponentStatus Source #
Create a value of TrialComponentStatus
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:primaryStatus:TrialComponentStatus'
, trialComponentStatus_primaryStatus
- The status of the trial component.
$sel:message:TrialComponentStatus'
, trialComponentStatus_message
- If the component failed, a message describing why.
trialComponentStatus_primaryStatus :: Lens' TrialComponentStatus (Maybe TrialComponentPrimaryStatus) Source #
The status of the trial component.
trialComponentStatus_message :: Lens' TrialComponentStatus (Maybe Text) Source #
If the component failed, a message describing why.