Serializable
, ToCopyableBuilder<TerminalRoutingStrategyException.Builder,TerminalRoutingStrategyException>
@Generated("software.amazon.awssdk:codegen") public class TerminalRoutingStrategyException extends GameLiftException implements ToCopyableBuilder<TerminalRoutingStrategyException.Builder,TerminalRoutingStrategyException>
The service is unable to resolve the routing for a particular alias because it has a terminal RoutingStrategy associated with it. The message returned in this exception is the message defined in the routing strategy itself. Such requests should only be retried if the routing strategy for the specified alias is modified.
Modifier and Type | Class | Description |
---|---|---|
static interface |
TerminalRoutingStrategyException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static TerminalRoutingStrategyException.Builder |
builder() |
|
static Class<? extends TerminalRoutingStrategyException.Builder> |
serializableBuilderClass() |
|
TerminalRoutingStrategyException.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
isRetryable
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TerminalRoutingStrategyException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TerminalRoutingStrategyException.Builder,TerminalRoutingStrategyException>
public static TerminalRoutingStrategyException.Builder builder()
public static Class<? extends TerminalRoutingStrategyException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.