Class: Aws::Lambda::Types::CodeSigningConfigNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb

Overview

The specified code signing configuration does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


416
417
418
419
420
421
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 416

class CodeSigningConfigNotFoundException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Returns:

  • (String)


416
417
418
419
420
421
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 416

class CodeSigningConfigNotFoundException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end