Class: Aws::Lambda::Errors::ProvisionedConcurrencyConfigNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lambda::Errors::ProvisionedConcurrencyConfigNotFoundException
- Defined in:
- gems/aws-sdk-lambda/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.
564 565 566 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 564 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
574 575 576 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 574 def @message || @data[:message] end |
#type ⇒ String
569 570 571 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 569 def type @data[:type] end |