public class PauseException extends SdkClientException
Constructor and Description |
---|
PauseException(PauseStatus status) |
Modifier and Type | Method and Description |
---|---|
PauseStatus |
getPauseStatus()
Returns more information on why the pause failed.
|
boolean |
isRetryable()
An paused exception is not intended to be retried.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PauseException(PauseStatus status)
public PauseStatus getPauseStatus()
public boolean isRetryable()
isRetryable
in class AmazonClientException
Copyright © 2022. All rights reserved.