@Generated(value="software.amazon.awssdk:codegen") public final class InvalidRecordingGroupException extends ConfigException implements ToCopyableBuilder<InvalidRecordingGroupException.Builder,InvalidRecordingGroupException>
Indicates one of the following errors:
You have provided a combination of parameter values that is not valid. For example:
Setting the allSupported field of RecordingGroup to
true, but providing a non-empty list for the resourceTypesfield of RecordingGroup.
Setting the allSupported field of RecordingGroup to
true, but also setting the useOnly field of RecordingStrategy to
EXCLUSION_BY_RESOURCE_TYPES.
Every parameter is either null, false, or empty.
You have reached the limit of the number of resource types you can provide for the recording group.
You have provided resource types or a recording strategy that are not valid.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidRecordingGroupException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InvalidRecordingGroupException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvalidRecordingGroupException.Builder> |
serializableBuilderClass() |
InvalidRecordingGroupException.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 InvalidRecordingGroupException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InvalidRecordingGroupException.Builder,InvalidRecordingGroupException>toBuilder in class ConfigExceptionpublic static InvalidRecordingGroupException.Builder builder()
public static Class<? extends InvalidRecordingGroupException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.