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 FaultRootCause Source #
The root cause information for a trace summary fault.
See: newFaultRootCause
smart constructor.
FaultRootCause' | |
|
Instances
newFaultRootCause :: FaultRootCause Source #
Create a value of FaultRootCause
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:clientImpacting:FaultRootCause'
, faultRootCause_clientImpacting
- A flag that denotes that the root cause impacts the trace client.
$sel:services:FaultRootCause'
, faultRootCause_services
- A list of corresponding services. A service identifies a segment and it
contains a name, account ID, type, and inferred flag.
faultRootCause_clientImpacting :: Lens' FaultRootCause (Maybe Bool) Source #
A flag that denotes that the root cause impacts the trace client.
faultRootCause_services :: Lens' FaultRootCause (Maybe [FaultRootCauseService]) Source #
A list of corresponding services. A service identifies a segment and it contains a name, account ID, type, and inferred flag.