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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The state change reason code.

Returns:

  • (String)


3911
3912
3913
3914
3915
3916
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3911

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

#messageString

The state change reason message.

Returns:

  • (String)


3911
3912
3913
3914
3915
3916
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3911

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