Class: Aws::SWF::Types::DefaultUndefinedFault

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

Overview

The ‘StartWorkflowExecution` API action was called without the required parameters set.

Some workflow execution parameters, such as the decision ‘taskList`, must be set to start the execution. However, these parameters might have been set as defaults when the workflow type was registered. In this case, you can omit these parameters from the `StartWorkflowExecution` call and Amazon SWF uses the values defined in the workflow type.

<note markdown=“1”> If these parameters aren’t set and no default parameters were defined in the workflow type, this error is displayed.

</note>

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1790
1791
1792
1793
1794
# File 'lib/aws-sdk-swf/types.rb', line 1790

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