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)


19096
19097
19098
19099
19100
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19096

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