libZSservicesZSamazonka-wisdomZSamazonka-wisdom
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.Wisdom.Types.NotifyRecommendationsReceivedError

Description

 
Synopsis

Documentation

data NotifyRecommendationsReceivedError Source #

An error occurred when creating a recommendation.

See: newNotifyRecommendationsReceivedError smart constructor.

Constructors

NotifyRecommendationsReceivedError' 

Fields

Instances

Instances details
Eq NotifyRecommendationsReceivedError Source # 
Instance details

Defined in Amazonka.Wisdom.Types.NotifyRecommendationsReceivedError

Read NotifyRecommendationsReceivedError Source # 
Instance details

Defined in Amazonka.Wisdom.Types.NotifyRecommendationsReceivedError

Show NotifyRecommendationsReceivedError Source # 
Instance details

Defined in Amazonka.Wisdom.Types.NotifyRecommendationsReceivedError

Generic NotifyRecommendationsReceivedError Source # 
Instance details

Defined in Amazonka.Wisdom.Types.NotifyRecommendationsReceivedError

Associated Types

type Rep NotifyRecommendationsReceivedError :: Type -> Type #

NFData NotifyRecommendationsReceivedError Source # 
Instance details

Defined in Amazonka.Wisdom.Types.NotifyRecommendationsReceivedError

Hashable NotifyRecommendationsReceivedError Source # 
Instance details

Defined in Amazonka.Wisdom.Types.NotifyRecommendationsReceivedError

FromJSON NotifyRecommendationsReceivedError Source # 
Instance details

Defined in Amazonka.Wisdom.Types.NotifyRecommendationsReceivedError

type Rep NotifyRecommendationsReceivedError Source # 
Instance details

Defined in Amazonka.Wisdom.Types.NotifyRecommendationsReceivedError

type Rep NotifyRecommendationsReceivedError = D1 ('MetaData "NotifyRecommendationsReceivedError" "Amazonka.Wisdom.Types.NotifyRecommendationsReceivedError" "libZSservicesZSamazonka-wisdomZSamazonka-wisdom" 'False) (C1 ('MetaCons "NotifyRecommendationsReceivedError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recommendationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newNotifyRecommendationsReceivedError :: NotifyRecommendationsReceivedError Source #

Create a value of NotifyRecommendationsReceivedError 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:recommendationId:NotifyRecommendationsReceivedError', notifyRecommendationsReceivedError_recommendationId - The identifier of the recommendation that is in error.

$sel:message:NotifyRecommendationsReceivedError', notifyRecommendationsReceivedError_message - A recommendation is causing an error.