Class ProvisionedConcurrencyConfigNotFoundException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- software.amazon.awssdk.core.exception.SdkException
- 
- software.amazon.awssdk.core.exception.SdkServiceException
- 
- software.amazon.awssdk.awscore.exception.AwsServiceException
- 
- software.amazon.awssdk.services.lambda.model.LambdaException
- 
- software.amazon.awssdk.services.lambda.model.ProvisionedConcurrencyConfigNotFoundException
 
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<ProvisionedConcurrencyConfigNotFoundException.Builder,ProvisionedConcurrencyConfigNotFoundException>
 
 @Generated("software.amazon.awssdk:codegen") public final class ProvisionedConcurrencyConfigNotFoundException extends LambdaException implements ToCopyableBuilder<ProvisionedConcurrencyConfigNotFoundException.Builder,ProvisionedConcurrencyConfigNotFoundException> The specified configuration does not exist. - See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceProvisionedConcurrencyConfigNotFoundException.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProvisionedConcurrencyConfigNotFoundException.Builderbuilder()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ProvisionedConcurrencyConfigNotFoundException.Builder>serializableBuilderClass()ProvisionedConcurrencyConfigNotFoundException.BuildertoBuilder()Stringtype()Returns the value of the Type property for this object.- 
Methods inherited from class software.amazon.awssdk.awscore.exception.AwsServiceExceptionawsErrorDetails, getMessage, isClockSkewException, isThrottlingException
 - 
Methods inherited from class software.amazon.awssdk.core.exception.SdkServiceExceptionextendedRequestId, isRetryableException, requestId, statusCode
 - 
Methods inherited from class software.amazon.awssdk.core.exception.SdkExceptioncreate, numAttempts, rawMessage, retryable
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields
 - 
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
 
- 
 
- 
- 
- 
Method Detail- 
toBuilderpublic ProvisionedConcurrencyConfigNotFoundException.Builder toBuilder() - Specified by:
- toBuilderin interface- ToCopyableBuilder<ProvisionedConcurrencyConfigNotFoundException.Builder,ProvisionedConcurrencyConfigNotFoundException>
- Overrides:
- toBuilderin class- LambdaException
 
 - 
builderpublic static ProvisionedConcurrencyConfigNotFoundException.Builder builder() 
 - 
serializableBuilderClasspublic static Class<? extends ProvisionedConcurrencyConfigNotFoundException.Builder> serializableBuilderClass() 
 - 
typepublic String type() Returns the value of the Type property for this object.- Returns:
- The value of the Type property for this object.
 
 - 
sdkFieldspublic final List<SdkField<?>> sdkFields() - Specified by:
- sdkFieldsin interface- SdkPojo
- Overrides:
- sdkFieldsin class- SdkServiceException
 
 - 
sdkFieldNameToFieldpublic final Map<String,SdkField<?>> sdkFieldNameToField() - Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
 
 
- 
 
-