Class: Aws::SageMaker::Types::FailStepMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::FailStepMetadata
- Defined in:
- gems/aws-sdk-sagemaker/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.
21465 21466 21467 21468 21469 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 21465 class FailStepMetadata < Struct.new( :error_message) SENSITIVE = [] include Aws::Structure end |