Class: Aws::AppStream::Types::AppBlockBuilderStateChangeReason
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::AppBlockBuilderStateChangeReason
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Describes the reason why the last app block 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.
240 241 242 243 244 245 |
# File 'lib/aws-sdk-appstream/types.rb', line 240 class AppBlockBuilderStateChangeReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The state change reason message.
240 241 242 243 244 245 |
# File 'lib/aws-sdk-appstream/types.rb', line 240 class AppBlockBuilderStateChangeReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |