@Generated(value="software.amazon.awssdk:codegen") public final 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 and Description |
---|---|
static interface |
InsufficientCapacityException.Builder |
Modifier and Type | Method and Description |
---|---|
static InsufficientCapacityException.Builder |
builder() |
String |
code()
Returns the value of the Code property for this object.
|
static Class<? extends InsufficientCapacityException.Builder> |
serializableBuilderClass() |
InsufficientCapacityException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException . |
String |
type()
Returns the value of the Type property for this object.
|
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
requestId, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public InsufficientCapacityException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<InsufficientCapacityException.Builder,InsufficientCapacityException>
toBuilder
in class GlacierException
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.