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
      3508 3509 3510 3511 3512 3513  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 3508 class InvalidRuntimeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
      3508 3509 3510 3511 3512 3513  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 3508 class InvalidRuntimeException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  |