You are viewing documentation for version 3 of the AWS SDK for Ruby. Version 2 documentation can be found here.
Class: Aws::AppStream::Types::ImageStateChangeReason
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ImageStateChangeReason
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Describes the reason why the last image state change occurred.
Instance Attribute Summary collapse
-
#code ⇒ String
The state change reason code.
-
#message ⇒ String
The state change reason message.
Instance Attribute Details
#code ⇒ String
The state change reason code.
2633 2634 2635 2636 2637 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2633 class ImageStateChangeReason < Struct.new( :code, :message) include Aws::Structure end |
#message ⇒ String
The state change reason message.
2633 2634 2635 2636 2637 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2633 class ImageStateChangeReason < Struct.new( :code, :message) include Aws::Structure end |