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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/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)


4997
4998
4999
5000
5001
5002
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4997

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)


4997
4998
4999
5000
5001
5002
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4997

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