Class: Aws::AppStream::Types::ImageBuilderStateChangeReason
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ImageBuilderStateChangeReason
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Describes the reason why the last image builder 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.
4185 4186 4187 4188 4189 4190 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4185 class ImageBuilderStateChangeReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The state change reason message.
4185 4186 4187 4188 4189 4190 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4185 class ImageBuilderStateChangeReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |