Class: Aws::Imagebuilder::Types::ImageState

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

Overview

Image status and the reason for that status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

The reason for the status of the image.

Returns:

  • (String)


3959
3960
3961
3962
3963
3964
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3959

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

#statusString

The status of the image.

Returns:

  • (String)


3959
3960
3961
3962
3963
3964
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3959

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