AWS services or capabilities described in AWS Documentation may vary by region/location. Click
Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Class: Aws::Lambda::Types::InvalidRuntimeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::InvalidRuntimeException
show all
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
The runtime or runtime version specified is not supported.
Constant Summary
collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2833
2834
2835
2836
2837
2838
|
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2833
class InvalidRuntimeException < Struct.new(
:type,
:message)
SENSITIVE = []
include Aws::Structure
end
|
#type ⇒ String
2833
2834
2835
2836
2837
2838
|
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2833
class InvalidRuntimeException < Struct.new(
:type,
:message)
SENSITIVE = []
include Aws::Structure
end
|