Class: Aws::IoTTwinMaker::Types::SceneError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Overview

The scene error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The SceneError code.

Returns:

  • (String)


3440
3441
3442
3443
3444
3445
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3440

class SceneError < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The SceneError message.

Returns:

  • (String)


3440
3441
3442
3443
3444
3445
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3440

class SceneError < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end