Class: Aws::Lambda::Types::DeleteFunctionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::DeleteFunctionResponse
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status_code ⇒ Integer
The HTTP status code returned by the operation.
Instance Attribute Details
#status_code ⇒ Integer
The HTTP status code returned by the operation.
2226 2227 2228 2229 2230 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2226 class DeleteFunctionResponse < Struct.new( :status_code) SENSITIVE = [] include Aws::Structure end |