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
- Struct
- Aws::Imagebuilder::Types::ImageState
- Defined in:
- (unknown)
Overview
Image state shows the image status and the reason for that status.
Returned by:
Instance Attribute Summary collapse
-
#reason ⇒ String
The reason for the image\'s status.
-
#status ⇒ String
The status of the image.
Instance Attribute Details
#reason ⇒ String
The reason for the image\'s status.
#status ⇒ String
The status of the image.
Possible values:
- PENDING
- CREATING
- BUILDING
- TESTING
- DISTRIBUTING
- INTEGRATING
- AVAILABLE
- CANCELLED
- FAILED
- DEPRECATED
- DELETED