@Generated(value="software.amazon.awssdk:codegen") public final class AssessmentRunInProgressException extends InspectorException implements ToCopyableBuilder<AssessmentRunInProgressException.Builder,AssessmentRunInProgressException>
You cannot perform a specified action if an assessment run is currently in progress.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssessmentRunInProgressException.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
assessmentRunArns()
The ARNs of the assessment runs that are currently in progress.
|
Boolean |
assessmentRunArnsTruncated()
Boolean value that indicates whether the ARN list of the assessment runs is truncated.
|
static AssessmentRunInProgressException.Builder |
builder() |
Boolean |
canRetry()
You can immediately retry your request.
|
boolean |
hasAssessmentRunArns()
Returns true if the AssessmentRunArns property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssessmentRunInProgressException.Builder> |
serializableBuilderClass() |
AssessmentRunInProgressException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic AssessmentRunInProgressException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssessmentRunInProgressException.Builder,AssessmentRunInProgressException>toBuilder in class InspectorExceptionpublic static AssessmentRunInProgressException.Builder builder()
public static Class<? extends AssessmentRunInProgressException.Builder> serializableBuilderClass()
public boolean hasAssessmentRunArns()
public List<String> assessmentRunArns()
The ARNs of the assessment runs that are currently in progress.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAssessmentRunArns() to see if a value was sent in this field.
public Boolean assessmentRunArnsTruncated()
Boolean value that indicates whether the ARN list of the assessment runs is truncated.
public Boolean canRetry()
You can immediately retry your request.
Copyright © 2021. All rights reserved.