Class: Aws::Lambda::Errors::InvalidSubnetIDException

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) ⇒ InvalidSubnetIDException

Returns a new instance of InvalidSubnetIDException.

Parameters:



603
604
605
# File 'lib/aws-sdk-lambda/errors.rb', line 603

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

Instance Method Details

#messageString

Returns:

  • (String)


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

def message: () -> ::String

#typeString

Returns:

  • (String)


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

def type: () -> ::String