libZSservicesZSamazonka-cloudwatchZSamazonka-cloudwatch
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.CloudWatch.Types.PartialFailure

Description

 
Synopsis

Documentation

data PartialFailure Source #

This array is empty if the API operation was successful for all the rules specified in the request. If the operation could not process one of the rules, the following data is returned for each of those rules.

See: newPartialFailure smart constructor.

Constructors

PartialFailure' 

Fields

Instances

Instances details
Eq PartialFailure Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.PartialFailure

Read PartialFailure Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.PartialFailure

Show PartialFailure Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.PartialFailure

Generic PartialFailure Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.PartialFailure

Associated Types

type Rep PartialFailure :: Type -> Type #

NFData PartialFailure Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.PartialFailure

Methods

rnf :: PartialFailure -> () #

Hashable PartialFailure Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.PartialFailure

FromXML PartialFailure Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.PartialFailure

type Rep PartialFailure Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.PartialFailure

type Rep PartialFailure = D1 ('MetaData "PartialFailure" "Amazonka.CloudWatch.Types.PartialFailure" "libZSservicesZSamazonka-cloudwatchZSamazonka-cloudwatch" 'False) (C1 ('MetaCons "PartialFailure'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureResource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failureCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "failureDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "exceptionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newPartialFailure :: PartialFailure Source #

Create a value of PartialFailure 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:failureResource:PartialFailure', partialFailure_failureResource - The specified rule that could not be deleted.

$sel:failureCode:PartialFailure', partialFailure_failureCode - The code of the error.

$sel:failureDescription:PartialFailure', partialFailure_failureDescription - A description of the error.

$sel:exceptionType:PartialFailure', partialFailure_exceptionType - The type of error.

partialFailure_failureResource :: Lens' PartialFailure (Maybe Text) Source #

The specified rule that could not be deleted.