libZSservicesZSamazonka-redshiftZSamazonka-redshift
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.Redshift.Types.SnapshotErrorMessage

Description

 
Synopsis

Documentation

data SnapshotErrorMessage Source #

Describes the errors returned by a snapshot.

See: newSnapshotErrorMessage smart constructor.

Constructors

SnapshotErrorMessage' 

Fields

Instances

Instances details
Eq SnapshotErrorMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.SnapshotErrorMessage

Read SnapshotErrorMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.SnapshotErrorMessage

Show SnapshotErrorMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.SnapshotErrorMessage

Generic SnapshotErrorMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.SnapshotErrorMessage

Associated Types

type Rep SnapshotErrorMessage :: Type -> Type #

NFData SnapshotErrorMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.SnapshotErrorMessage

Methods

rnf :: SnapshotErrorMessage -> () #

Hashable SnapshotErrorMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.SnapshotErrorMessage

FromXML SnapshotErrorMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.SnapshotErrorMessage

type Rep SnapshotErrorMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.SnapshotErrorMessage

type Rep SnapshotErrorMessage = D1 ('MetaData "SnapshotErrorMessage" "Amazonka.Redshift.Types.SnapshotErrorMessage" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "SnapshotErrorMessage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "snapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "snapshotClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failureCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSnapshotErrorMessage :: SnapshotErrorMessage Source #

Create a value of SnapshotErrorMessage 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:failureReason:SnapshotErrorMessage', snapshotErrorMessage_failureReason - The text message describing the error.

$sel:snapshotIdentifier:SnapshotErrorMessage', snapshotErrorMessage_snapshotIdentifier - A unique identifier for the snapshot returning the error.

$sel:snapshotClusterIdentifier:SnapshotErrorMessage', snapshotErrorMessage_snapshotClusterIdentifier - A unique identifier for the cluster.

$sel:failureCode:SnapshotErrorMessage', snapshotErrorMessage_failureCode - The failure code for the error.

snapshotErrorMessage_snapshotIdentifier :: Lens' SnapshotErrorMessage (Maybe Text) Source #

A unique identifier for the snapshot returning the error.