@Generated(value="software.amazon.awssdk:codegen") public class ThrottledException extends SNSException implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ThrottledException.Builder,ThrottledException>
Indicates that the rate at which requests have been submitted for this action exceeds the limit for your account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ThrottledException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ThrottledException.Builder |
builder() |
static Class<? extends ThrottledException.Builder> |
serializableBuilderClass() |
ThrottledException.Builder |
toBuilder() |
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ThrottledException.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ThrottledException.Builder,ThrottledException>public static ThrottledException.Builder builder()
public static Class<? extends ThrottledException.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.