Class: Aws::Lambda::Types::FunctionVersionsPerCapacityProviderLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::FunctionVersionsPerCapacityProviderLimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
The maximum number of function versions that can be associated with a single capacity provider 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
- #message ⇒ String
-
#type ⇒ String
The exception type.
Instance Attribute Details
#message ⇒ String
4077 4078 4079 4080 4081 4082 |
# File 'lib/aws-sdk-lambda/types.rb', line 4077 class FunctionVersionsPerCapacityProviderLimitExceededException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The exception type.
4077 4078 4079 4080 4081 4082 |
# File 'lib/aws-sdk-lambda/types.rb', line 4077 class FunctionVersionsPerCapacityProviderLimitExceededException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |