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
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 |
#type ⇒ 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 |