Class: Aws::Types::ErrorRootCauseEntity
- Inherits:
-
Object
- Object
- Aws::Types::ErrorRootCauseEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exceptions ⇒ ::Array[Types::RootCauseException]
Returns the value of attribute exceptions.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#remote ⇒ Boolean
Returns the value of attribute remote.
Instance Attribute Details
#exceptions ⇒ ::Array[Types::RootCauseException]
Returns the value of attribute exceptions.
155 156 157 |
# File 'sig/types.rbs', line 155 def exceptions @exceptions end |
#name ⇒ ::String
Returns the value of attribute name.
154 155 156 |
# File 'sig/types.rbs', line 154 def name @name end |
#remote ⇒ Boolean
Returns the value of attribute remote.
156 157 158 |
# File 'sig/types.rbs', line 156 def remote @remote end |