Class: Aws::Lambda::Types::CapacityProviderLimitExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

The maximum number of capacity providers for your account has been exceeded. For more information, see [Lambda quotas]

[1]: docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString



593
594
595
596
597
598
# File 'lib/aws-sdk-lambda/types.rb', line 593

class CapacityProviderLimitExceededException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The exception type.



593
594
595
596
597
598
# File 'lib/aws-sdk-lambda/types.rb', line 593

class CapacityProviderLimitExceededException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end