Class: Aws::Lambda::Types::InvokeAsyncResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

A success response (202 Accepted) indicates that the request is queued for invocation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusInteger

The status code.

Returns:

  • (Integer)


5792
5793
5794
5795
5796
# File 'lib/aws-sdk-lambda/types.rb', line 5792

class InvokeAsyncResponse < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end