Class: Aws::Lambda::Errors::ENILimitReachedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lambda::Errors::ENILimitReachedException
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ENILimitReachedException
constructor
A new instance of ENILimitReachedException.
-
#message ⇒ String
-
#type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ENILimitReachedException
Returns a new instance of ENILimitReachedException.
354 355 356 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 354 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
364 365 366 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 364 def @message || @data[:message] end |
#type ⇒ String
359 360 361 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 359 def type @data[:type] end |