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

#reason ⇒ String

Messaging that clarifies the reason for the assigned status.

Returns:

  • (String)


6267
6268
6269
6270
6271
6272
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6267

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

#status ⇒ String

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

Returns:

  • (String)


6267
6268
6269
6270
6271
6272
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6267

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