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:

  • (String)


5031
5032
5033
5034
5035
5036
# File 'lib/aws-sdk-lambda/types.rb', line 5031

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

#typeString

Returns:

  • (String)


5031
5032
5033
5034
5035
5036
# File 'lib/aws-sdk-lambda/types.rb', line 5031

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