Class: Aws::Lambda::Errors::SnapStartException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lambda::Errors::SnapStartException
- Defined in:
- lib/aws-sdk-lambda/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SnapStartException
constructor
A new instance of SnapStartException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SnapStartException
Returns a new instance of SnapStartException.
725 726 727 |
# File 'lib/aws-sdk-lambda/errors.rb', line 725 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
735 736 737 |
# File 'lib/aws-sdk-lambda/errors.rb', line 735 def @message || @data[:message] end |
#type ⇒ String
730 731 732 |
# File 'lib/aws-sdk-lambda/errors.rb', line 730 def type @data[:type] end |