Class: Aws::Glue::Types::MLTransformNotReadyException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

The machine learning transform is not ready to run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


15806
15807
15808
15809
15810
# File 'lib/aws-sdk-glue/types.rb', line 15806

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