Class: Aws::Lambda::Errors::CodeSigningConfigNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lambda::Errors::CodeSigningConfigNotFoundException
- Defined in:
- lib/aws-sdk-lambda/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CodeSigningConfigNotFoundException
constructor
A new instance of CodeSigningConfigNotFoundException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CodeSigningConfigNotFoundException
Returns a new instance of CodeSigningConfigNotFoundException.
76 77 78 |
# File 'lib/aws-sdk-lambda/errors.rb', line 76 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
86 87 88 |
# File 'lib/aws-sdk-lambda/errors.rb', line 86 def @message || @data[:message] end |
#type ⇒ String
81 82 83 |
# File 'lib/aws-sdk-lambda/errors.rb', line 81 def type @data[:type] end |