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)


5229
5230
5231
5232
5233
5234
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5229

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

#typeString

Returns:

  • (String)


5229
5230
5231
5232
5233
5234
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5229

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