Class: Aws::Lambda::Errors::CodeStorageExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lambda::Errors::CodeStorageExceededException
- Defined in:
- lib/aws-sdk-lambda/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CodeStorageExceededException
constructor
A new instance of CodeStorageExceededException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CodeStorageExceededException
Returns a new instance of CodeStorageExceededException.
96 97 98 |
# File 'lib/aws-sdk-lambda/errors.rb', line 96 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
106 107 108 |
# File 'lib/aws-sdk-lambda/errors.rb', line 106 def @message || @data[:message] end |
#type ⇒ String
101 102 103 |
# File 'lib/aws-sdk-lambda/errors.rb', line 101 def type @data[:type] end |