Class: Aws::Lambda::Types::InvokeWithResponseStreamCompleteEvent

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_codeString

An error code.



3603
3604
3605
3606
3607
3608
3609
3610
# File 'lib/aws-sdk-lambda/types.rb', line 3603

class InvokeWithResponseStreamCompleteEvent < Struct.new(
  :error_code,
  :error_details,
  :log_result,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#error_detailsString

The details of any returned error.



3603
3604
3605
3606
3607
3608
3609
3610
# File 'lib/aws-sdk-lambda/types.rb', line 3603

class InvokeWithResponseStreamCompleteEvent < Struct.new(
  :error_code,
  :error_details,
  :log_result,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeObject

Returns the value of attribute event_type



3603
3604
3605
# File 'lib/aws-sdk-lambda/types.rb', line 3603

def event_type
  @event_type
end

#log_resultString

The last 4 KB of the execution log, which is base64-encoded.



3603
3604
3605
3606
3607
3608
3609
3610
# File 'lib/aws-sdk-lambda/types.rb', line 3603

class InvokeWithResponseStreamCompleteEvent < Struct.new(
  :error_code,
  :error_details,
  :log_result,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end