Class: Aws::Lambda::Errors::InvalidRuntimeException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lambda::Errors::InvalidRuntimeException
- Defined in:
- lib/aws-sdk-lambda/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidRuntimeException
constructor
A new instance of InvalidRuntimeException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidRuntimeException
Returns a new instance of InvalidRuntimeException.
361 362 363 |
# File 'lib/aws-sdk-lambda/errors.rb', line 361 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
371 372 373 |
# File 'lib/aws-sdk-lambda/errors.rb', line 371 def @message || @data[:message] end |
#type ⇒ String
366 367 368 |
# File 'lib/aws-sdk-lambda/errors.rb', line 366 def type @data[:type] end |