Class: Aws::Lambda::Types::CodeStorageExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::CodeStorageExceededException
- 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
-
#message ⇒ String
-
#type ⇒ String
The exception type.
Instance Attribute Details
#message ⇒ String
469 470 471 472 473 474 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 469 class CodeStorageExceededException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The exception type.
469 470 471 472 473 474 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 469 class CodeStorageExceededException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |