libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events
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.CloudWatchEvents.Types.RemoveTargetsResultEntry

Description

 
Synopsis

Documentation

data RemoveTargetsResultEntry Source #

Represents a target that failed to be removed from a rule.

See: newRemoveTargetsResultEntry smart constructor.

Constructors

RemoveTargetsResultEntry' 

Fields

  • targetId :: Maybe Text

    The ID of the target.

  • errorCode :: Maybe Text

    The error code that indicates why the target removal failed. If the value is ConcurrentModificationException, too many requests were made at the same time.

  • errorMessage :: Maybe Text

    The error message that explains why the target removal failed.

Instances

Instances details
Eq RemoveTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RemoveTargetsResultEntry

Read RemoveTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RemoveTargetsResultEntry

Show RemoveTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RemoveTargetsResultEntry

Generic RemoveTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RemoveTargetsResultEntry

Associated Types

type Rep RemoveTargetsResultEntry :: Type -> Type #

NFData RemoveTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RemoveTargetsResultEntry

Hashable RemoveTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RemoveTargetsResultEntry

FromJSON RemoveTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RemoveTargetsResultEntry

type Rep RemoveTargetsResultEntry Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.RemoveTargetsResultEntry

type Rep RemoveTargetsResultEntry = D1 ('MetaData "RemoveTargetsResultEntry" "Amazonka.CloudWatchEvents.Types.RemoveTargetsResultEntry" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "RemoveTargetsResultEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newRemoveTargetsResultEntry :: RemoveTargetsResultEntry Source #

Create a value of RemoveTargetsResultEntry 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:targetId:RemoveTargetsResultEntry', removeTargetsResultEntry_targetId - The ID of the target.

$sel:errorCode:RemoveTargetsResultEntry', removeTargetsResultEntry_errorCode - The error code that indicates why the target removal failed. If the value is ConcurrentModificationException, too many requests were made at the same time.

$sel:errorMessage:RemoveTargetsResultEntry', removeTargetsResultEntry_errorMessage - The error message that explains why the target removal failed.

removeTargetsResultEntry_errorCode :: Lens' RemoveTargetsResultEntry (Maybe Text) Source #

The error code that indicates why the target removal failed. If the value is ConcurrentModificationException, too many requests were made at the same time.

removeTargetsResultEntry_errorMessage :: Lens' RemoveTargetsResultEntry (Maybe Text) Source #

The error message that explains why the target removal failed.