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
You have exceeded your maximum total code size per account. Learn more
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#type ⇒ String
The exception type.
Instance Attribute Details
#message ⇒ String
454 455 456 457 458 459 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 454 class CodeStorageExceededException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The exception type.
454 455 456 457 458 459 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 454 class CodeStorageExceededException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |