Class: Aws::Lambda::Errors::SnapStartException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Lambda::Errors::SnapStartException
- Defined in:
- sig/errors.rbs,
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.
1083 1084 1085 |
# File 'lib/aws-sdk-lambda/errors.rb', line 1083 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1093 |
# File 'lib/aws-sdk-lambda/errors.rb', line 1093
def message: () -> ::String
|
#type ⇒ String
1088 |
# File 'lib/aws-sdk-lambda/errors.rb', line 1088
def type: () -> ::String
|