libZSservicesZSamazonka-xrayZSamazonka-xray
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.XRay.Types.RootCauseException

Description

 
Synopsis

Documentation

data RootCauseException Source #

The exception associated with a root cause.

See: newRootCauseException smart constructor.

Constructors

RootCauseException' 

Fields

Instances

Instances details
Eq RootCauseException Source # 
Instance details

Defined in Amazonka.XRay.Types.RootCauseException

Read RootCauseException Source # 
Instance details

Defined in Amazonka.XRay.Types.RootCauseException

Show RootCauseException Source # 
Instance details

Defined in Amazonka.XRay.Types.RootCauseException

Generic RootCauseException Source # 
Instance details

Defined in Amazonka.XRay.Types.RootCauseException

Associated Types

type Rep RootCauseException :: Type -> Type #

NFData RootCauseException Source # 
Instance details

Defined in Amazonka.XRay.Types.RootCauseException

Methods

rnf :: RootCauseException -> () #

Hashable RootCauseException Source # 
Instance details

Defined in Amazonka.XRay.Types.RootCauseException

FromJSON RootCauseException Source # 
Instance details

Defined in Amazonka.XRay.Types.RootCauseException

type Rep RootCauseException Source # 
Instance details

Defined in Amazonka.XRay.Types.RootCauseException

type Rep RootCauseException = D1 ('MetaData "RootCauseException" "Amazonka.XRay.Types.RootCauseException" "libZSservicesZSamazonka-xrayZSamazonka-xray" 'False) (C1 ('MetaCons "RootCauseException'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRootCauseException :: RootCauseException Source #

Create a value of RootCauseException 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:name:RootCauseException', rootCauseException_name - The name of the exception.

$sel:message:RootCauseException', rootCauseException_message - The message of the exception.