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
4962 4963 4964 4965 4966 4967 |
# File 'lib/aws-sdk-lambda/types.rb', line 4962 class ProvisionedConcurrencyConfigNotFoundException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
4962 4963 4964 4965 4966 4967 |
# File 'lib/aws-sdk-lambda/types.rb', line 4962 class ProvisionedConcurrencyConfigNotFoundException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |