Serializable
, ToCopyableBuilder<AssessmentRunInProgressException.Builder,AssessmentRunInProgressException>
@Generated("software.amazon.awssdk:codegen") public 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 | Description |
---|---|---|
static interface |
AssessmentRunInProgressException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | 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.
|
static Class<? extends AssessmentRunInProgressException.Builder> |
serializableBuilderClass() |
|
AssessmentRunInProgressException.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
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 AssessmentRunInProgressException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AssessmentRunInProgressException.Builder,AssessmentRunInProgressException>
public 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.
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.