libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm
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.DeviceFarm.Types.ProblemDetail

Description

 
Synopsis

Documentation

data ProblemDetail Source #

Information about a problem detail.

See: newProblemDetail smart constructor.

Constructors

ProblemDetail' 

Fields

Instances

Instances details
Eq ProblemDetail Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ProblemDetail

Read ProblemDetail Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ProblemDetail

Show ProblemDetail Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ProblemDetail

Generic ProblemDetail Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ProblemDetail

Associated Types

type Rep ProblemDetail :: Type -> Type #

NFData ProblemDetail Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ProblemDetail

Methods

rnf :: ProblemDetail -> () #

Hashable ProblemDetail Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ProblemDetail

FromJSON ProblemDetail Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ProblemDetail

type Rep ProblemDetail Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ProblemDetail

type Rep ProblemDetail = D1 ('MetaData "ProblemDetail" "Amazonka.DeviceFarm.Types.ProblemDetail" "libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm" 'False) (C1 ('MetaCons "ProblemDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newProblemDetail :: ProblemDetail Source #

Create a value of ProblemDetail 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:arn:ProblemDetail', problemDetail_arn - The problem detail's ARN.

$sel:name:ProblemDetail', problemDetail_name - The problem detail's name.

problemDetail_arn :: Lens' ProblemDetail (Maybe Text) Source #

The problem detail's ARN.

problemDetail_name :: Lens' ProblemDetail (Maybe Text) Source #

The problem detail's name.