Serializable
, ToCopyableBuilder<ServiceUnavailableErrorException.Builder,ServiceUnavailableErrorException>
@Generated("software.amazon.awssdk:codegen") public class ServiceUnavailableErrorException extends StorageGatewayException implements ToCopyableBuilder<ServiceUnavailableErrorException.Builder,ServiceUnavailableErrorException>
An internal server error has occurred because the service is unavailable. For more information, see the error and message fields.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ServiceUnavailableErrorException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static ServiceUnavailableErrorException.Builder |
builder() |
|
StorageGatewayError |
error() |
A StorageGatewayError that provides more information about the cause of the error.
|
static Class<? extends ServiceUnavailableErrorException.Builder> |
serializableBuilderClass() |
|
ServiceUnavailableErrorException.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 ServiceUnavailableErrorException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ServiceUnavailableErrorException.Builder,ServiceUnavailableErrorException>
public static ServiceUnavailableErrorException.Builder builder()
public static Class<? extends ServiceUnavailableErrorException.Builder> serializableBuilderClass()
public StorageGatewayError error()
A StorageGatewayError that provides more information about the cause of the error.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.