Class: Aws::Lambda::Types::FunctionVersionsPerCapacityProviderLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::FunctionVersionsPerCapacityProviderLimitExceededException
- Defined in:
- gems/aws-sdk-lambda/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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#type ⇒ String
The exception type.
Instance Attribute Details
#message ⇒ String
4020 4021 4022 4023 4024 4025 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4020 class FunctionVersionsPerCapacityProviderLimitExceededException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The exception type.
4020 4021 4022 4023 4024 4025 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4020 class FunctionVersionsPerCapacityProviderLimitExceededException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |