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)


5742
5743
5744
5745
5746
# File 'lib/aws-sdk-lambda/types.rb', line 5742

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