Class: Aws::Imagebuilder::Types::LifecycleExecutionResourceState

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

Overview

Contains the state of an impacted resource that the runtime instance of the lifecycle policy identified for action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

Messaging that clarifies the reason for the assigned status.

Returns:

  • (String)


5019
5020
5021
5022
5023
5024
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5019

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

#statusString

The runtime status of the lifecycle action taken for the impacted resource.

Returns:

  • (String)


5019
5020
5021
5022
5023
5024
# File 'lib/aws-sdk-imagebuilder/types.rb', line 5019

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