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.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def error_code @error_code end |
#error_details ⇒ ::String
Returns the value of attribute error_details.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def error_details @error_details end |
#event_type ⇒ Object
Returns the value of attribute event_type.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def event_type @event_type end |
#log_result ⇒ ::String
Returns the value of attribute log_result.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def log_result @log_result end |