You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the reason why the last image state change occurred.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The state change reason code.

Possible values:

  • INTERNAL_ERROR
  • IMAGE_BUILDER_NOT_AVAILABLE
  • IMAGE_COPY_FAILURE

Returns:

  • (String)

    The state change reason code.

#messageString

The state change reason message.

Returns:

  • (String)

    The state change reason message.