@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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssessmentRunInProgressException.Builder> |
serializableBuilderClass() |
AssessmentRunInProgressException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic AssessmentRunInProgressException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<AssessmentRunInProgressException.Builder,AssessmentRunInProgressException>toBuilder in class InspectorExceptionpublic static AssessmentRunInProgressException.Builder builder()
public static Class<? extends AssessmentRunInProgressException.Builder> serializableBuilderClass()
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.
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.