Class: Aws::Imagebuilder::Types::ImageState
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ImageState
- 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
-
#reason ⇒ String
The reason for the status of the image.
-
#status ⇒ String
The status of the image.
Instance Attribute Details
#reason ⇒ String
The reason for the status of the image.
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 |
#status ⇒ String
The status of the image.
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 |