@Generated(value="software.amazon.awssdk:codegen") public final 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 Data Firehose Limits.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceUnavailableException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServiceUnavailableException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceUnavailableException.Builder> |
serializableBuilderClass() |
ServiceUnavailableException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic ServiceUnavailableException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<ServiceUnavailableException.Builder,ServiceUnavailableException>toBuilder in class FirehoseExceptionpublic static ServiceUnavailableException.Builder builder()
public static Class<? extends ServiceUnavailableException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.