Class: Aws::Lambda::Types::CapacityProviderLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::CapacityProviderLimitExceededException
- Defined in:
- gems/aws-sdk-lambda/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
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#type ⇒ String
The exception type.
Instance Attribute Details
#message ⇒ String
593 594 595 596 597 598 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 593 class CapacityProviderLimitExceededException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The exception type.
593 594 595 596 597 598 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 593 class CapacityProviderLimitExceededException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |