Class: Aws::Lambda::Errors::SnapStartTimeoutException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lambda::Errors::SnapStartTimeoutException
- Defined in:
- lib/aws-sdk-lambda/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SnapStartTimeoutException
constructor
A new instance of SnapStartTimeoutException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SnapStartTimeoutException
Returns a new instance of SnapStartTimeoutException.
765 766 767 |
# File 'lib/aws-sdk-lambda/errors.rb', line 765 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
775 776 777 |
# File 'lib/aws-sdk-lambda/errors.rb', line 775 def @message || @data[:message] end |
#type ⇒ String
770 771 772 |
# File 'lib/aws-sdk-lambda/errors.rb', line 770 def type @data[:type] end |