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.
365 366 367 |
# File 'lib/aws-sdk-lambda/errors.rb', line 365 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
375 376 377 |
# File 'lib/aws-sdk-lambda/errors.rb', line 375 def @message || @data[:message] end |
#type ⇒ String
370 371 372 |
# File 'lib/aws-sdk-lambda/errors.rb', line 370 def type @data[:type] end |