Class: Aws::Lambda::Types::InvalidRuntimeException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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

#typeString

Returns:

  • (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