Class: Aws::SES::Errors::InvalidLambdaFunctionException Deprecated
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SES::Errors::InvalidLambdaFunctionException
- Defined in:
- lib/aws-sdk-ses/errors.rb
Overview
Deprecated.
This error class is not used during parsing. Please use ‘InvalidLambdaFunction` instead.
Instance Method Summary collapse
- #function_arn ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidLambdaFunctionException
constructor
A new instance of InvalidLambdaFunctionException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidLambdaFunctionException
Returns a new instance of InvalidLambdaFunctionException.
375 376 377 |
# File 'lib/aws-sdk-ses/errors.rb', line 375 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#function_arn ⇒ String
380 381 382 |
# File 'lib/aws-sdk-ses/errors.rb', line 380 def function_arn @data[:function_arn] end |