Class: Aws::Types::ModelStreamErrorException
- Inherits:
-
Object
- Object
- Aws::Types::ModelStreamErrorException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#original_message ⇒ ::String
Returns the value of attribute original_message.
-
#original_status_code ⇒ ::Integer
Returns the value of attribute original_status_code.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def event_type @event_type end |
#message ⇒ ::String
Returns the value of attribute message.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def @message end |
#original_message ⇒ ::String
Returns the value of attribute original_message.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def @original_message end |
#original_status_code ⇒ ::Integer
Returns the value of attribute original_status_code.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def original_status_code @original_status_code end |