@Generated(value="software.amazon.awssdk:codegen") public final class S3LocationNotInServiceRegionException extends ElasticBeanstalkException implements ToCopyableBuilder<S3LocationNotInServiceRegionException.Builder,S3LocationNotInServiceRegionException>
The specified S3 bucket does not belong to the S3 region in which the service is running. The following regions are supported:
IAD/us-east-1
PDX/us-west-2
DUB/eu-west-1
Modifier and Type | Class and Description |
---|---|
static interface |
S3LocationNotInServiceRegionException.Builder |
Modifier and Type | Method and Description |
---|---|
static S3LocationNotInServiceRegionException.Builder |
builder() |
static Class<? extends S3LocationNotInServiceRegionException.Builder> |
serializableBuilderClass() |
S3LocationNotInServiceRegionException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException . |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
requestId, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public S3LocationNotInServiceRegionException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<S3LocationNotInServiceRegionException.Builder,S3LocationNotInServiceRegionException>
toBuilder
in class ElasticBeanstalkException
public static S3LocationNotInServiceRegionException.Builder builder()
public static Class<? extends S3LocationNotInServiceRegionException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.