| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.FailStepMetadata
Description
Synopsis
Documentation
data FailStepMetadata Source #
The container for the metadata for Fail step.
See: newFailStepMetadata smart constructor.
Constructors
| FailStepMetadata' | |
Fields 
  | |
Instances
newFailStepMetadata :: FailStepMetadata Source #
Create a value of FailStepMetadata 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:errorMessage:FailStepMetadata', failStepMetadata_errorMessage - A message that you define and then is processed and rendered by the Fail
 step when the error occurs.
failStepMetadata_errorMessage :: Lens' FailStepMetadata (Maybe Text) Source #
A message that you define and then is processed and rendered by the Fail step when the error occurs.