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.
351 352 353 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 351 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
361 362 363 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 361 def @message || @data[:message] end |
#type ⇒ String
356 357 358 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 356 def type @data[:type] end |