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 FaultRootCauseEntity = FaultRootCauseEntity' {
- exceptions :: Maybe [RootCauseException]
- remote :: Maybe Bool
- name :: Maybe Text
- newFaultRootCauseEntity :: FaultRootCauseEntity
- faultRootCauseEntity_exceptions :: Lens' FaultRootCauseEntity (Maybe [RootCauseException])
- faultRootCauseEntity_remote :: Lens' FaultRootCauseEntity (Maybe Bool)
- faultRootCauseEntity_name :: Lens' FaultRootCauseEntity (Maybe Text)
Documentation
data FaultRootCauseEntity Source #
A collection of segments and corresponding subsegments associated to a trace summary fault error.
See: newFaultRootCauseEntity
smart constructor.
FaultRootCauseEntity' | |
|
Instances
newFaultRootCauseEntity :: FaultRootCauseEntity Source #
Create a value of FaultRootCauseEntity
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:exceptions:FaultRootCauseEntity'
, faultRootCauseEntity_exceptions
- The types and messages of the exceptions.
$sel:remote:FaultRootCauseEntity'
, faultRootCauseEntity_remote
- A flag that denotes a remote subsegment.
$sel:name:FaultRootCauseEntity'
, faultRootCauseEntity_name
- The name of the entity.
faultRootCauseEntity_exceptions :: Lens' FaultRootCauseEntity (Maybe [RootCauseException]) Source #
The types and messages of the exceptions.
faultRootCauseEntity_remote :: Lens' FaultRootCauseEntity (Maybe Bool) Source #
A flag that denotes a remote subsegment.
faultRootCauseEntity_name :: Lens' FaultRootCauseEntity (Maybe Text) Source #
The name of the entity.