@Generated(value="software.amazon.awssdk:codegen") public final class CodeStorageExceededException extends LambdaException implements ToCopyableBuilder<CodeStorageExceededException.Builder,CodeStorageExceededException>
Your Amazon Web Services account has exceeded its maximum total code size. For more information, see Lambda quotas.
Modifier and Type | Class and Description |
---|---|
static interface |
CodeStorageExceededException.Builder |
Modifier and Type | Method and Description |
---|---|
static CodeStorageExceededException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CodeStorageExceededException.Builder> |
serializableBuilderClass() |
CodeStorageExceededException.Builder |
toBuilder() |
String |
type()
The exception type.
|
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
extendedRequestId, requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public CodeStorageExceededException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CodeStorageExceededException.Builder,CodeStorageExceededException>
toBuilder
in class LambdaException
public static CodeStorageExceededException.Builder builder()
public static Class<? extends CodeStorageExceededException.Builder> serializableBuilderClass()
public String type()
The exception type.
Copyright © 2023. All rights reserved.