Class: Aws::Lambda::Errors::ENINotReadyException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ENINotReadyException.

Parameters:



463
464
465
# File 'lib/aws-sdk-lambda/errors.rb', line 463

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

Instance Method Details

#messageString

Returns:

  • (String)


473
# File 'lib/aws-sdk-lambda/errors.rb', line 473

def message: () -> ::String

#typeString

Returns:

  • (String)


468
# File 'lib/aws-sdk-lambda/errors.rb', line 468

def type: () -> ::String