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.

Returns:

  • (String)


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_detailsString

The details of any returned error.

Returns:

  • (String)


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_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



3823
3824
3825
# File 'lib/aws-sdk-lambda/types.rb', line 3823

def event_type
  @event_type
end

#log_resultString

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

Returns:

  • (String)


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