Class: Aws::AppStream::Types::AppBlockBuilderStateChangeReason

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codeString

The state change reason code.

Returns:

  • (String)


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

#messageString

The state change reason message.

Returns:

  • (String)


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