amazonka-xray-2.0: Amazon X-Ray SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.XRay.Types.FaultRootCauseEntity

Description

 
Synopsis

Documentation

data FaultRootCauseEntity Source #

A collection of segments and corresponding subsegments associated to a trace summary fault error.

See: newFaultRootCauseEntity smart constructor.

Constructors

FaultRootCauseEntity' 

Fields

Instances

Instances details
FromJSON FaultRootCauseEntity Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultRootCauseEntity

Generic FaultRootCauseEntity Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultRootCauseEntity

Associated Types

type Rep FaultRootCauseEntity :: Type -> Type #

Read FaultRootCauseEntity Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultRootCauseEntity

Show FaultRootCauseEntity Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultRootCauseEntity

NFData FaultRootCauseEntity Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultRootCauseEntity

Methods

rnf :: FaultRootCauseEntity -> () #

Eq FaultRootCauseEntity Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultRootCauseEntity

Hashable FaultRootCauseEntity Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultRootCauseEntity

type Rep FaultRootCauseEntity Source # 
Instance details

Defined in Amazonka.XRay.Types.FaultRootCauseEntity

type Rep FaultRootCauseEntity = D1 ('MetaData "FaultRootCauseEntity" "Amazonka.XRay.Types.FaultRootCauseEntity" "amazonka-xray-2.0-EVMSPoflqtHB9ZqvEIOE4Q" 'False) (C1 ('MetaCons "FaultRootCauseEntity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exceptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RootCauseException])) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "remote") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

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.

FaultRootCauseEntity, faultRootCauseEntity_name - The name of the entity.

$sel:remote:FaultRootCauseEntity', faultRootCauseEntity_remote - A flag that denotes a remote subsegment.

faultRootCauseEntity_remote :: Lens' FaultRootCauseEntity (Maybe Bool) Source #

A flag that denotes a remote subsegment.