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