Class: Aws::Lambda::Errors::ProvisionedConcurrencyConfigNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lambda::Errors::ProvisionedConcurrencyConfigNotFoundException
- Defined in:
- lib/aws-sdk-lambda/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ProvisionedConcurrencyConfigNotFoundException
constructor
A new instance of ProvisionedConcurrencyConfigNotFoundException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ProvisionedConcurrencyConfigNotFoundException
Returns a new instance of ProvisionedConcurrencyConfigNotFoundException.
561 562 563 |
# File 'lib/aws-sdk-lambda/errors.rb', line 561 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
571 572 573 |
# File 'lib/aws-sdk-lambda/errors.rb', line 571 def @message || @data[:message] end |
#type ⇒ String
566 567 568 |
# File 'lib/aws-sdk-lambda/errors.rb', line 566 def type @data[:type] end |