Class: Aws::Lambda::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lambda::Errors::ServiceQuotaExceededException
- Defined in:
- lib/aws-sdk-lambda/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
constructor
A new instance of ServiceQuotaExceededException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
1063 1064 1065 |
# File 'lib/aws-sdk-lambda/errors.rb', line 1063 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1073 1074 1075 |
# File 'lib/aws-sdk-lambda/errors.rb', line 1073 def @message || @data[:message] end |
#type ⇒ String
1068 1069 1070 |
# File 'lib/aws-sdk-lambda/errors.rb', line 1068 def type @data[:type] end |