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
4954 4955 4956 4957 4958 4959 |
# File 'lib/aws-sdk-lambda/types.rb', line 4954 class ProvisionedConcurrencyConfigNotFoundException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
4954 4955 4956 4957 4958 4959 |
# File 'lib/aws-sdk-lambda/types.rb', line 4954 class ProvisionedConcurrencyConfigNotFoundException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |