Class: Aws::Lambda::Types::ProvisionedConcurrencyConfigNotFoundException

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

Overview

The specified configuration does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:



7281
7282
7283
7284
7285
7286
# File 'lib/aws-sdk-lambda/types.rb', line 7281

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

#typeString

Returns:



7281
7282
7283
7284
7285
7286
# File 'lib/aws-sdk-lambda/types.rb', line 7281

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