Serializable
, ToCopyableBuilder<InsufficientCapacityException.Builder,InsufficientCapacityException>
@Generated("software.amazon.awssdk:codegen") public class InsufficientCapacityException extends GlacierException implements ToCopyableBuilder<InsufficientCapacityException.Builder,InsufficientCapacityException>
Returned if there is insufficient capacity to process this expedited request. This error only applies to expedited retrievals and not to standard or bulk retrievals.
Modifier and Type | Class | Description |
---|---|---|
static interface |
InsufficientCapacityException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static InsufficientCapacityException.Builder |
builder() |
|
String |
code() |
|
static Class<? extends InsufficientCapacityException.Builder> |
serializableBuilderClass() |
|
InsufficientCapacityException.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
type() |
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 InsufficientCapacityException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InsufficientCapacityException.Builder,InsufficientCapacityException>
public static InsufficientCapacityException.Builder builder()
public static Class<? extends InsufficientCapacityException.Builder> serializableBuilderClass()
public String type()
public String code()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.