Class InvalidForwardCookiesException
- 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.cloudfront.model.CloudFrontException
-
- software.amazon.awssdk.services.cloudfront.model.InvalidForwardCookiesException
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<InvalidForwardCookiesException.Builder,InvalidForwardCookiesException>
@Generated("software.amazon.awssdk:codegen") public final class InvalidForwardCookiesException extends CloudFrontException implements ToCopyableBuilder<InvalidForwardCookiesException.Builder,InvalidForwardCookiesException>
Your request contains forward cookies option which doesn't match with the expectation for the
whitelisted
list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
InvalidForwardCookiesException.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InvalidForwardCookiesException.Builder
builder()
List<SdkField<?>>
sdkFields()
static Class<? extends InvalidForwardCookiesException.Builder>
serializableBuilderClass()
InvalidForwardCookiesException.Builder
toBuilder()
-
Methods inherited from class software.amazon.awssdk.awscore.exception.AwsServiceException
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
-
Methods inherited from class software.amazon.awssdk.core.exception.SdkServiceException
extendedRequestId, requestId, statusCode
-
Methods inherited from class software.amazon.awssdk.core.exception.SdkException
create, retryable
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
toBuilder
public InvalidForwardCookiesException.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<InvalidForwardCookiesException.Builder,InvalidForwardCookiesException>
- Overrides:
toBuilder
in classCloudFrontException
-
builder
public static InvalidForwardCookiesException.Builder builder()
-
serializableBuilderClass
public static Class<? extends InvalidForwardCookiesException.Builder> serializableBuilderClass()
-
-