Class: Aws::Lambda::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The exception message.

Returns:

  • (String)


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

#typeString

The exception type.

Returns:

  • (String)


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