Class: Aws::Lambda::Types::AliasLimitExceededException

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

Overview

Lambda couldn't create the alias because your Amazon Web Services account has exceeded the maximum number of aliases allowed per Lambda function. For more information, see Lambda quotas.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The exception message.

Returns:

  • (String)


328
329
330
331
332
333
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 328

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

#typeString

The exception type.

Returns:

  • (String)


328
329
330
331
332
333
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 328

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