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.
3754 3755 3756 3757 3758 3759 3760 3761 |
# File 'lib/aws-sdk-lambda/types.rb', line 3754 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.
3754 3755 3756 3757 3758 3759 3760 3761 |
# File 'lib/aws-sdk-lambda/types.rb', line 3754 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
3754 3755 3756 |
# File 'lib/aws-sdk-lambda/types.rb', line 3754 def event_type @event_type end |
#log_result ⇒ String
The last 4 KB of the execution log, which is base64-encoded.
3754 3755 3756 3757 3758 3759 3760 3761 |
# File 'lib/aws-sdk-lambda/types.rb', line 3754 class InvokeWithResponseStreamCompleteEvent < Struct.new( :error_code, :error_details, :log_result, :event_type) SENSITIVE = [] include Aws::Structure end |