amazonka-sagemaker-2.0: Amazon SageMaker 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.SageMaker.Types.RenderingError

Description

 
Synopsis

Documentation

data RenderingError Source #

A description of an error that occurred while rendering the template.

See: newRenderingError smart constructor.

Constructors

RenderingError' 

Fields

  • code :: Text

    A unique identifier for a specific class of errors.

  • message :: Text

    A human-readable message describing the error.

Instances

Instances details
FromJSON RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

Generic RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

Associated Types

type Rep RenderingError :: Type -> Type #

Read RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

Show RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

NFData RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

Methods

rnf :: RenderingError -> () #

Eq RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

Hashable RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

type Rep RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

type Rep RenderingError = D1 ('MetaData "RenderingError" "Amazonka.SageMaker.Types.RenderingError" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "RenderingError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRenderingError Source #

Create a value of RenderingError 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:RenderingError', renderingError_code - A unique identifier for a specific class of errors.

$sel:message:RenderingError', renderingError_message - A human-readable message describing the error.

renderingError_code :: Lens' RenderingError Text Source #

A unique identifier for a specific class of errors.

renderingError_message :: Lens' RenderingError Text Source #

A human-readable message describing the error.