Class: Aws::AppStream::Types::ImageStateChangeReason

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 state change occurred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The state change reason code.

Returns:

  • (String)


5008
5009
5010
5011
5012
5013
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5008

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

#messageString

The state change reason message.

Returns:

  • (String)


5008
5009
5010
5011
5012
5013
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5008

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