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.
Constant Summary collapse
- SENSITIVE =
[]
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.
4263 4264 4265 4266 4267 4268 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4263 class ImageStateChangeReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The state change reason message.
4263 4264 4265 4266 4267 4268 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4263 class ImageStateChangeReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |