Class: Aws::Lambda::Errors::ENILimitReachedException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-lambda/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ENILimitReachedException

Returns a new instance of ENILimitReachedException.

Parameters:



285
286
287
# File 'lib/aws-sdk-lambda/errors.rb', line 285

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


295
296
297
# File 'lib/aws-sdk-lambda/errors.rb', line 295

def message
  @message || @data[:message]
end

#typeString

Returns:

  • (String)


290
291
292
# File 'lib/aws-sdk-lambda/errors.rb', line 290

def type
  @data[:type]
end