Class: Aws::Lambda::Types::CodeStorageExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::CodeStorageExceededException
- Includes:
- Structure
- Defined in:
- 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].
[1]: docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#type ⇒ String
The exception type.
Instance Attribute Details
#message ⇒ String
464 465 466 467 468 469 |
# File 'lib/aws-sdk-lambda/types.rb', line 464 class CodeStorageExceededException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The exception type.
464 465 466 467 468 469 |
# File 'lib/aws-sdk-lambda/types.rb', line 464 class CodeStorageExceededException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |