amazonka-cost-explorer-2.0: Amazon Cost Explorer Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CostExplorer.Types.UpdateCostAllocationTagsStatusError

Description

 
Synopsis

Documentation

data UpdateCostAllocationTagsStatusError Source #

Gives a detailed description of the result of an action. It's on each cost allocation tag entry in the request.

See: newUpdateCostAllocationTagsStatusError smart constructor.

Constructors

UpdateCostAllocationTagsStatusError' 

Fields

Instances

Instances details
FromJSON UpdateCostAllocationTagsStatusError Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.UpdateCostAllocationTagsStatusError

Generic UpdateCostAllocationTagsStatusError Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.UpdateCostAllocationTagsStatusError

Read UpdateCostAllocationTagsStatusError Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.UpdateCostAllocationTagsStatusError

Show UpdateCostAllocationTagsStatusError Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.UpdateCostAllocationTagsStatusError

NFData UpdateCostAllocationTagsStatusError Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.UpdateCostAllocationTagsStatusError

Eq UpdateCostAllocationTagsStatusError Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.UpdateCostAllocationTagsStatusError

Hashable UpdateCostAllocationTagsStatusError Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.UpdateCostAllocationTagsStatusError

type Rep UpdateCostAllocationTagsStatusError Source # 
Instance details

Defined in Amazonka.CostExplorer.Types.UpdateCostAllocationTagsStatusError

type Rep UpdateCostAllocationTagsStatusError = D1 ('MetaData "UpdateCostAllocationTagsStatusError" "Amazonka.CostExplorer.Types.UpdateCostAllocationTagsStatusError" "amazonka-cost-explorer-2.0-QqVzyVvst98QYs5s2Ea4h" 'False) (C1 ('MetaCons "UpdateCostAllocationTagsStatusError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tagKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newUpdateCostAllocationTagsStatusError :: UpdateCostAllocationTagsStatusError Source #

Create a value of UpdateCostAllocationTagsStatusError 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:code:UpdateCostAllocationTagsStatusError', updateCostAllocationTagsStatusError_code - An error code representing why the action failed on this entry.

$sel:message:UpdateCostAllocationTagsStatusError', updateCostAllocationTagsStatusError_message - A message explaining why the action failed on this entry.

$sel:tagKey:UpdateCostAllocationTagsStatusError', updateCostAllocationTagsStatusError_tagKey - The key for the cost allocation tag.

updateCostAllocationTagsStatusError_code :: Lens' UpdateCostAllocationTagsStatusError (Maybe Text) Source #

An error code representing why the action failed on this entry.

updateCostAllocationTagsStatusError_message :: Lens' UpdateCostAllocationTagsStatusError (Maybe Text) Source #

A message explaining why the action failed on this entry.