Class: Aws::Lambda::Types::FunctionVersionsPerCapacityProviderLimitExceededException

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

Instance Attribute Details

#messageString

Returns:

  • (String)


4091
4092
4093
4094
4095
4096
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4091

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

#typeString

The exception type.

Returns:

  • (String)


4091
4092
4093
4094
4095
4096
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4091

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