libZSservicesZSamazonka-databrewZSamazonka-databrew
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.DataBrew.Types.RecipeVersionErrorDetail

Description

 
Synopsis

Documentation

data RecipeVersionErrorDetail Source #

Represents any errors encountered when attempting to delete multiple recipe versions.

See: newRecipeVersionErrorDetail smart constructor.

Constructors

RecipeVersionErrorDetail' 

Fields

Instances

Instances details
Eq RecipeVersionErrorDetail Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeVersionErrorDetail

Read RecipeVersionErrorDetail Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeVersionErrorDetail

Show RecipeVersionErrorDetail Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeVersionErrorDetail

Generic RecipeVersionErrorDetail Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeVersionErrorDetail

Associated Types

type Rep RecipeVersionErrorDetail :: Type -> Type #

NFData RecipeVersionErrorDetail Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeVersionErrorDetail

Hashable RecipeVersionErrorDetail Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeVersionErrorDetail

FromJSON RecipeVersionErrorDetail Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeVersionErrorDetail

type Rep RecipeVersionErrorDetail Source # 
Instance details

Defined in Amazonka.DataBrew.Types.RecipeVersionErrorDetail

type Rep RecipeVersionErrorDetail = D1 ('MetaData "RecipeVersionErrorDetail" "Amazonka.DataBrew.Types.RecipeVersionErrorDetail" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "RecipeVersionErrorDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recipeVersion") '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)))))

newRecipeVersionErrorDetail :: RecipeVersionErrorDetail Source #

Create a value of RecipeVersionErrorDetail 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:recipeVersion:RecipeVersionErrorDetail', recipeVersionErrorDetail_recipeVersion - The identifier for the recipe version associated with this error.

$sel:errorCode:RecipeVersionErrorDetail', recipeVersionErrorDetail_errorCode - The HTTP status code for the error.

$sel:errorMessage:RecipeVersionErrorDetail', recipeVersionErrorDetail_errorMessage - The text of the error message.

recipeVersionErrorDetail_recipeVersion :: Lens' RecipeVersionErrorDetail (Maybe Text) Source #

The identifier for the recipe version associated with this error.