Class UnsupportedFeatureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- software.amazon.awssdk.core.exception.SdkException
-
- software.amazon.awssdk.core.exception.SdkServiceException
-
- software.amazon.awssdk.awscore.exception.AwsServiceException
-
- software.amazon.awssdk.services.inspector.model.InspectorException
-
- software.amazon.awssdk.services.inspector.model.UnsupportedFeatureException
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UnsupportedFeatureException.Builder,UnsupportedFeatureException>
@Generated("software.amazon.awssdk:codegen") public final class UnsupportedFeatureException extends InspectorException implements ToCopyableBuilder<UnsupportedFeatureException.Builder,UnsupportedFeatureException>
Used by the GetAssessmentReport API. The request was rejected because you tried to generate a report for an assessment run that existed before reporting was supported in Amazon Inspector. You can only generate reports for assessment runs that took place or will take place after generating reports in Amazon Inspector became available.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUnsupportedFeatureException.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UnsupportedFeatureException.Builderbuilder()BooleancanRetry()Returns the value of the CanRetry property for this object.List<SdkField<?>>sdkFields()static Class<? extends UnsupportedFeatureException.Builder>serializableBuilderClass()UnsupportedFeatureException.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.awscore.exception.AwsServiceException
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
-
Methods inherited from class software.amazon.awssdk.core.exception.SdkServiceException
extendedRequestId, isRetryableException, requestId, statusCode
-
Methods inherited from class software.amazon.awssdk.core.exception.SdkException
create, retryable
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
toBuilder
public UnsupportedFeatureException.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UnsupportedFeatureException.Builder,UnsupportedFeatureException>- Overrides:
toBuilderin classInspectorException
-
builder
public static UnsupportedFeatureException.Builder builder()
-
serializableBuilderClass
public static Class<? extends UnsupportedFeatureException.Builder> serializableBuilderClass()
-
canRetry
public Boolean canRetry()
Returns the value of the CanRetry property for this object.- Returns:
- The value of the CanRetry property for this object.
-
-