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)


3949
3950
3951
3952
3953
3954
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3949

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

#messageString

The state change reason message.

Returns:

  • (String)


3949
3950
3951
3952
3953
3954
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3949

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