Class: Aws::Lambda::Types::InvokeWithResponseStreamCompleteEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::InvokeWithResponseStreamCompleteEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
A response confirming that the event stream is complete.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
An error code.
-
#error_details ⇒ String
The details of any returned error.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#log_result ⇒ String
The last 4 KB of the execution log, which is base64-encoded.
Instance Attribute Details
#error_code ⇒ String
An error code.
3823 3824 3825 3826 3827 3828 3829 3830 |
# File 'lib/aws-sdk-lambda/types.rb', line 3823 class InvokeWithResponseStreamCompleteEvent < Struct.new( :error_code, :error_details, :log_result, :event_type) SENSITIVE = [] include Aws::Structure end |
#error_details ⇒ String
The details of any returned error.
3823 3824 3825 3826 3827 3828 3829 3830 |
# File 'lib/aws-sdk-lambda/types.rb', line 3823 class InvokeWithResponseStreamCompleteEvent < Struct.new( :error_code, :error_details, :log_result, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
3823 3824 3825 |
# File 'lib/aws-sdk-lambda/types.rb', line 3823 def event_type @event_type end |
#log_result ⇒ String
The last 4 KB of the execution log, which is base64-encoded.
3823 3824 3825 3826 3827 3828 3829 3830 |
# File 'lib/aws-sdk-lambda/types.rb', line 3823 class InvokeWithResponseStreamCompleteEvent < Struct.new( :error_code, :error_details, :log_result, :event_type) SENSITIVE = [] include Aws::Structure end |