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)


3969
3970
3971
3972
3973
3974
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3969

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

#statusString

The status of the image.

Returns:

  • (String)


3969
3970
3971
3972
3973
3974
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3969

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