Class: Aws::Neptunedata::Types::CancelMLModelTransformJobOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

the status of the cancelation.

Returns:

  • (String)


239
240
241
242
243
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 239

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