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.
3859 3860 3861 3862 3863 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3859 class InvokeAsyncResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |