You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Image state shows the image status and the reason for that status.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

The reason for the image\'s status.

Returns:

  • (String)

    The reason for the image\'s status.

#statusString

The status of the image.

Possible values:

  • PENDING
  • CREATING
  • BUILDING
  • TESTING
  • DISTRIBUTING
  • INTEGRATING
  • AVAILABLE
  • CANCELLED
  • FAILED
  • DEPRECATED
  • DELETED

Returns:

  • (String)

    The status of the image.