Class: Aws::Types::SceneError
- Inherits:
-
Object
- Object
- Aws::Types::SceneError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "MATTERPORT_ERROR"
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "MATTERPORT_ERROR"
Returns the value of attribute code.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def @message end |