amazonka-omics-2.0: Amazon Omics 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.Omics.Types.ReadSetBatchError

Description

 
Synopsis

Documentation

data ReadSetBatchError Source #

An error from a batch read set operation.

See: newReadSetBatchError smart constructor.

Constructors

ReadSetBatchError' 

Fields

Instances

Instances details
FromJSON ReadSetBatchError Source # 
Instance details

Defined in Amazonka.Omics.Types.ReadSetBatchError

Generic ReadSetBatchError Source # 
Instance details

Defined in Amazonka.Omics.Types.ReadSetBatchError

Associated Types

type Rep ReadSetBatchError :: Type -> Type #

Read ReadSetBatchError Source # 
Instance details

Defined in Amazonka.Omics.Types.ReadSetBatchError

Show ReadSetBatchError Source # 
Instance details

Defined in Amazonka.Omics.Types.ReadSetBatchError

NFData ReadSetBatchError Source # 
Instance details

Defined in Amazonka.Omics.Types.ReadSetBatchError

Methods

rnf :: ReadSetBatchError -> () #

Eq ReadSetBatchError Source # 
Instance details

Defined in Amazonka.Omics.Types.ReadSetBatchError

Hashable ReadSetBatchError Source # 
Instance details

Defined in Amazonka.Omics.Types.ReadSetBatchError

type Rep ReadSetBatchError Source # 
Instance details

Defined in Amazonka.Omics.Types.ReadSetBatchError

type Rep ReadSetBatchError = D1 ('MetaData "ReadSetBatchError" "Amazonka.Omics.Types.ReadSetBatchError" "amazonka-omics-2.0-9t5CXL0ZQCvGfVWhQWVGKJ" 'False) (C1 ('MetaCons "ReadSetBatchError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newReadSetBatchError Source #

Create a value of ReadSetBatchError 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:code:ReadSetBatchError', readSetBatchError_code - The error's code.

$sel:id:ReadSetBatchError', readSetBatchError_id - The error's ID.

$sel:message:ReadSetBatchError', readSetBatchError_message - The error's message.