class
Amazonite::Lambda::InvokeWithResponseStreamCompleteEvent
- Amazonite::Lambda::InvokeWithResponseStreamCompleteEvent
- Reference
- Object
Overview
A response confirming that the event stream is complete.
Included Modules
- JSON::Serializable
Defined in:
lambda/invoke_with_response_stream_complete_event.crConstructors
- .new(pull : JSON::PullParser)
- .new(error_code : String | Nil = nil, error_details : String | Nil = nil, log_result : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#error_code : String | Nil
An error code.
-
#error_code=(error_code : String | Nil)
An error code.
-
#error_details : String | Nil
The details of any returned error.
-
#error_details=(error_details : String | Nil)
The details of any returned error.
-
#hash(hasher)
See
Object#hash(hasher) -
#log_result : String | Nil
The last 4 KB of the execution log, which is base64-encoded.
-
#log_result=(log_result : String | Nil)
The last 4 KB of the execution log, which is base64-encoded.
- #validate! : Nil
Constructor Detail
def self.new(error_code : String | Nil = nil, error_details : String | Nil = nil, log_result : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def log_result=(log_result : String | Nil)
#
The last 4 KB of the execution log, which is base64-encoded.