Class: Aws::Types::ModelStreamError
- Inherits:
-
Object
- Object
- Aws::Types::ModelStreamError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
114 115 116 |
# File 'sig/types.rbs', line 114 def error_code @error_code end |
#event_type ⇒ Object
Returns the value of attribute event_type.
115 116 117 |
# File 'sig/types.rbs', line 115 def event_type @event_type end |
#message ⇒ ::String
Returns the value of attribute message.
113 114 115 |
# File 'sig/types.rbs', line 113 def @message end |