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)


4037
4038
4039
4040
4041
4042
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4037

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

#statusString

The status of the image.

Returns:

  • (String)


4037
4038
4039
4040
4041
4042
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4037

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