Class: Aws::Lambda::Errors::ModeNotSupportedException

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

Returns a new instance of ModeNotSupportedException.

Parameters:



723
724
725
# File 'lib/aws-sdk-lambda/errors.rb', line 723

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

Instance Method Details

#messageString

Returns:

  • (String)


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

def message: () -> ::String

#typeString

Returns:

  • (String)


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

def type: () -> ::String