Class: Aws::Lambda::Types::InvokeAsyncResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::InvokeAsyncResponse
- Defined in:
- gems/aws-sdk-lambda/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
-
#status ⇒ Integer
The status code.
Instance Attribute Details
#status ⇒ Integer
The status code.
3725 3726 3727 3728 3729 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3725 class InvokeAsyncResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |