libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
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.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
Eq RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

Read RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

Show 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 #

NFData RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

Methods

rnf :: RenderingError -> () #

Hashable RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

FromJSON 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" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" '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.