Class: Aws::Imagebuilder::Types::LifecycleExecutionState

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

Overview

The current state of the runtime instance of the lifecycle policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

The reason for the current status.

Returns:

  • (String)


5140
5141
5142
5143
5144
5145
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5140

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

#statusString

The runtime status of the lifecycle execution.

Returns:

  • (String)


5140
5141
5142
5143
5144
5145
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5140

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