Class: Aws::Imagebuilder::Types::WorkflowState

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

Overview

A group of fields that describe the current status of workflow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

Describes how or why the workflow changed state.

Returns:

  • (String)


8546
8547
8548
8549
8550
8551
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8546

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

#statusString

The current state of the workflow.

Returns:

  • (String)


8546
8547
8548
8549
8550
8551
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8546

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