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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#reason ⇒ String

The reason for the current status.

Returns:

  • (String)


6322
6323
6324
6325
6326
6327
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6322

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

#status ⇒ String

The runtime status of the lifecycle execution.

Returns:

  • (String)


6322
6323
6324
6325
6326
6327
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6322

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