Class: Aws::Lambda::Errors::CodeSigningConfigNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lambda::Errors::CodeSigningConfigNotFoundException
- Defined in:
- gems/aws-sdk-lambda/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.
126 127 128 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 126 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
136 137 138 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 136 def @message || @data[:message] end |
#type ⇒ String
131 132 133 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/errors.rb', line 131 def type @data[:type] end |