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 ErrorRootCause Source #
The root cause of a trace summary error.
See: newErrorRootCause
smart constructor.
ErrorRootCause' | |
|
Instances
newErrorRootCause :: ErrorRootCause Source #
Create a value of ErrorRootCause
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:ErrorRootCause'
, errorRootCause_clientImpacting
- A flag that denotes that the root cause impacts the trace client.
$sel:services:ErrorRootCause'
, errorRootCause_services
- A list of services corresponding to an error. A service identifies a
segment and it contains a name, account ID, type, and inferred flag.
errorRootCause_clientImpacting :: Lens' ErrorRootCause (Maybe Bool) Source #
A flag that denotes that the root cause impacts the trace client.
errorRootCause_services :: Lens' ErrorRootCause (Maybe [ErrorRootCauseService]) Source #
A list of services corresponding to an error. A service identifies a segment and it contains a name, account ID, type, and inferred flag.