Class: Aws::SageMaker::Types::FailStepMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::FailStepMetadata
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The container for the metadata for Fail step.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_message ⇒ String
A message that you define and then is processed and rendered by the Fail step when the error occurs.
Instance Attribute Details
#error_message ⇒ String
A message that you define and then is processed and rendered by the Fail step when the error occurs.
20365 20366 20367 20368 20369 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20365 class FailStepMetadata < Struct.new( :error_message) SENSITIVE = [] include Aws::Structure end |