Class: Aws::Lambda::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
The request would exceed a service quota. For more information about Lambda service quotas, see [Lambda quotas]. To request a quota increase, see [Requesting a quota increase] in the *Service Quotas User Guide*.
[1]: docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html [2]: docs.aws.amazon.com/servicequotas/latest/userguide/request-quota-increase.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The exception message.
-
#type ⇒ String
The exception type.
Instance Attribute Details
#message ⇒ String
The exception message.
8714 8715 8716 8717 8718 8719 |
# File 'lib/aws-sdk-lambda/types.rb', line 8714 class ServiceQuotaExceededException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The exception type.
8714 8715 8716 8717 8718 8719 |
# File 'lib/aws-sdk-lambda/types.rb', line 8714 class ServiceQuotaExceededException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |