Class: Aws::Types::InvokeWithResponseStreamCompleteEvent
- Inherits:
-
Object
- Object
- Aws::Types::InvokeWithResponseStreamCompleteEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_details ⇒ ::String
Returns the value of attribute error_details.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#log_result ⇒ ::String
Returns the value of attribute log_result.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def error_code @error_code end |
#error_details ⇒ ::String
Returns the value of attribute error_details.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def error_details @error_details end |
#event_type ⇒ Object
Returns the value of attribute event_type.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def event_type @event_type end |
#log_result ⇒ ::String
Returns the value of attribute log_result.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def log_result @log_result end |