Class: Aws::Lambda::Types::InvalidRuntimeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::InvalidRuntimeException
- Includes:
- Structure
- Defined in:
- 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
3577 3578 3579 3580 3581 3582 |
# File 'lib/aws-sdk-lambda/types.rb', line 3577 class InvalidRuntimeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
3577 3578 3579 3580 3581 3582 |
# File 'lib/aws-sdk-lambda/types.rb', line 3577 class InvalidRuntimeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |