Class: Aws::Lambda::Errors::SnapStartNotReadyException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lambda::Errors::SnapStartNotReadyException
- Defined in:
- 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.
745 746 747 |
# File 'lib/aws-sdk-lambda/errors.rb', line 745 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
755 756 757 |
# File 'lib/aws-sdk-lambda/errors.rb', line 755 def @message || @data[:message] end |
#type ⇒ String
750 751 752 |
# File 'lib/aws-sdk-lambda/errors.rb', line 750 def type @data[:type] end |