amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.UnsuccessfulItem

Description

 
Synopsis

Documentation

data UnsuccessfulItem Source #

Information about items that were not successfully processed in a batch call.

See: newUnsuccessfulItem smart constructor.

Constructors

UnsuccessfulItem' 

Fields

Instances

Instances details
FromXML UnsuccessfulItem Source # 
Instance details

Defined in Amazonka.EC2.Types.UnsuccessfulItem

Generic UnsuccessfulItem Source # 
Instance details

Defined in Amazonka.EC2.Types.UnsuccessfulItem

Associated Types

type Rep UnsuccessfulItem :: Type -> Type #

Read UnsuccessfulItem Source # 
Instance details

Defined in Amazonka.EC2.Types.UnsuccessfulItem

Show UnsuccessfulItem Source # 
Instance details

Defined in Amazonka.EC2.Types.UnsuccessfulItem

NFData UnsuccessfulItem Source # 
Instance details

Defined in Amazonka.EC2.Types.UnsuccessfulItem

Methods

rnf :: UnsuccessfulItem -> () #

Eq UnsuccessfulItem Source # 
Instance details

Defined in Amazonka.EC2.Types.UnsuccessfulItem

Hashable UnsuccessfulItem Source # 
Instance details

Defined in Amazonka.EC2.Types.UnsuccessfulItem

type Rep UnsuccessfulItem Source # 
Instance details

Defined in Amazonka.EC2.Types.UnsuccessfulItem

type Rep UnsuccessfulItem = D1 ('MetaData "UnsuccessfulItem" "Amazonka.EC2.Types.UnsuccessfulItem" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "UnsuccessfulItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UnsuccessfulItemError)) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newUnsuccessfulItem :: UnsuccessfulItem Source #

Create a value of UnsuccessfulItem 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:error:UnsuccessfulItem', unsuccessfulItem_error - Information about the error.

$sel:resourceId:UnsuccessfulItem', unsuccessfulItem_resourceId - The ID of the resource.