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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/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)


4820
4821
4822
4823
4824
4825
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4820

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

#typeString

Returns:

  • (String)


4820
4821
4822
4823
4824
4825
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4820

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