Class: Aws::Lambda::Types::ProvisionedConcurrencyConfigNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ProvisionedConcurrencyConfigNotFoundException
- 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
#message ⇒ String
5089 5090 5091 5092 5093 5094 |
# File 'lib/aws-sdk-lambda/types.rb', line 5089 class ProvisionedConcurrencyConfigNotFoundException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
5089 5090 5091 5092 5093 5094 |
# File 'lib/aws-sdk-lambda/types.rb', line 5089 class ProvisionedConcurrencyConfigNotFoundException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |