libZSservicesZSamazonka-ivsZSamazonka-ivs
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.IVS.Types.BatchError

Description

 
Synopsis

Documentation

data BatchError Source #

Error related to a specific channel, specified by its ARN.

See: newBatchError smart constructor.

Constructors

BatchError' 

Fields

Instances

Instances details
Eq BatchError Source # 
Instance details

Defined in Amazonka.IVS.Types.BatchError

Read BatchError Source # 
Instance details

Defined in Amazonka.IVS.Types.BatchError

Show BatchError Source # 
Instance details

Defined in Amazonka.IVS.Types.BatchError

Generic BatchError Source # 
Instance details

Defined in Amazonka.IVS.Types.BatchError

Associated Types

type Rep BatchError :: Type -> Type #

NFData BatchError Source # 
Instance details

Defined in Amazonka.IVS.Types.BatchError

Methods

rnf :: BatchError -> () #

Hashable BatchError Source # 
Instance details

Defined in Amazonka.IVS.Types.BatchError

FromJSON BatchError Source # 
Instance details

Defined in Amazonka.IVS.Types.BatchError

type Rep BatchError Source # 
Instance details

Defined in Amazonka.IVS.Types.BatchError

type Rep BatchError = D1 ('MetaData "BatchError" "Amazonka.IVS.Types.BatchError" "libZSservicesZSamazonka-ivsZSamazonka-ivs" 'False) (C1 ('MetaCons "BatchError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBatchError :: BatchError Source #

Create a value of BatchError 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:BatchError', batchError_arn - Channel ARN.

$sel:code:BatchError', batchError_code - Error code.

$sel:message:BatchError', batchError_message - Error message, determined by the application.

batchError_message :: Lens' BatchError (Maybe Text) Source #

Error message, determined by the application.