libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory
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.CloudDirectory.Types.BatchReadException

Description

 
Synopsis

Documentation

data BatchReadException Source #

The batch read exception structure, which contains the exception type and message.

See: newBatchReadException smart constructor.

Constructors

BatchReadException' 

Fields

Instances

Instances details
Eq BatchReadException Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchReadException

Read BatchReadException Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchReadException

Show BatchReadException Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchReadException

Generic BatchReadException Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchReadException

Associated Types

type Rep BatchReadException :: Type -> Type #

NFData BatchReadException Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchReadException

Methods

rnf :: BatchReadException -> () #

Hashable BatchReadException Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchReadException

FromJSON BatchReadException Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchReadException

type Rep BatchReadException Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchReadException

type Rep BatchReadException = D1 ('MetaData "BatchReadException" "Amazonka.CloudDirectory.Types.BatchReadException" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "BatchReadException'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchReadExceptionType)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newBatchReadException :: BatchReadException Source #

Create a value of BatchReadException 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:type':BatchReadException', batchReadException_type - A type of exception, such as InvalidArnException.

$sel:message:BatchReadException', batchReadException_message - An exception message that is associated with the failure.

batchReadException_type :: Lens' BatchReadException (Maybe BatchReadExceptionType) Source #

A type of exception, such as InvalidArnException.

batchReadException_message :: Lens' BatchReadException (Maybe Text) Source #

An exception message that is associated with the failure.