Class: Aws::Glue::Types::IllegalWorkflowStateException

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

Overview

The workflow is in an invalid state to perform a requested operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


12885
12886
12887
12888
12889
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12885

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