Class: Aws::SageMaker::Types::FailStepMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_messageString

A message that you define and then is processed and rendered by the Fail step when the error occurs.

Returns:

  • (String)


19062
19063
19064
19065
19066
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19062

class FailStepMetadata < Struct.new(
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end