Class: Aws::AppStream::Types::ImageBuilderStateChangeReason

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Describes the reason why the last image builder state change occurred.

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The state change reason code.

Returns:

  • (String)


2088
2089
2090
2091
2092
# File 'lib/aws-sdk-appstream/types.rb', line 2088

class ImageBuilderStateChangeReason < Struct.new(
  :code,
  :message)
  include Aws::Structure
end

#messageString

The state change reason message.

Returns:

  • (String)


2088
2089
2090
2091
2092
# File 'lib/aws-sdk-appstream/types.rb', line 2088

class ImageBuilderStateChangeReason < Struct.new(
  :code,
  :message)
  include Aws::Structure
end