Serializable
, ToCopyableBuilder<ServiceUnavailableException.Builder,ServiceUnavailableException>
@Generated("software.amazon.awssdk:codegen") public class ServiceUnavailableException extends FirehoseException implements ToCopyableBuilder<ServiceUnavailableException.Builder,ServiceUnavailableException>
The service is unavailable, back off and retry the operation. If you continue to see the exception, throughput limits for the delivery stream may have been exceeded. For more information about limits and how to request an increase, see Amazon Kinesis Firehose Limits.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ServiceUnavailableException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static ServiceUnavailableException.Builder |
builder() |
|
static Class<? extends ServiceUnavailableException.Builder> |
serializableBuilderClass() |
|
ServiceUnavailableException.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 ServiceUnavailableException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ServiceUnavailableException.Builder,ServiceUnavailableException>
public static ServiceUnavailableException.Builder builder()
public static Class<? extends ServiceUnavailableException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.