Class: Aws::Types::SceneError

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"MATTERPORT_ERROR"

Returns the value of attribute code.

Returns:

  • ("MATTERPORT_ERROR")


1061
1062
1063
# File 'sig/types.rbs', line 1061

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1062
1063
1064
# File 'sig/types.rbs', line 1062

def message
  @message
end