Class: Aws::Lambda::Types::CodeStorageExceededException

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

Overview

Your Amazon Web Services account has exceeded its maximum total code size. For more information, see Lambda quotas.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


464
465
466
467
468
469
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 464

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

#typeString

The exception type.

Returns:

  • (String)


464
465
466
467
468
469
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 464

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