libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose
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.Firehose.Types.FailureDescription

Description

 
Synopsis

Documentation

data FailureDescription Source #

Provides details in case one of the following operations fails due to an error related to KMS: CreateDeliveryStream, DeleteDeliveryStream, StartDeliveryStreamEncryption, StopDeliveryStreamEncryption.

See: newFailureDescription smart constructor.

Constructors

FailureDescription' 

Fields

Instances

Instances details
Eq FailureDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.FailureDescription

Read FailureDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.FailureDescription

Show FailureDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.FailureDescription

Generic FailureDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.FailureDescription

Associated Types

type Rep FailureDescription :: Type -> Type #

NFData FailureDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.FailureDescription

Methods

rnf :: FailureDescription -> () #

Hashable FailureDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.FailureDescription

FromJSON FailureDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.FailureDescription

type Rep FailureDescription Source # 
Instance details

Defined in Amazonka.Firehose.Types.FailureDescription

type Rep FailureDescription = D1 ('MetaData "FailureDescription" "Amazonka.Firehose.Types.FailureDescription" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "FailureDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DeliveryStreamFailureType) :*: S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newFailureDescription Source #

Create a value of FailureDescription 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':FailureDescription', failureDescription_type - The type of error that caused the failure.

$sel:details:FailureDescription', failureDescription_details - A message providing details about the error that caused the failure.

failureDescription_details :: Lens' FailureDescription Text Source #

A message providing details about the error that caused the failure.