@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InvalidRecordingGroupException extends AmazonConfigException
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 resourceTypes
field 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.
AmazonServiceException.ErrorType
Constructor and Description |
---|
InvalidRecordingGroupException(String message)
Constructs a new InvalidRecordingGroupException with the specified error message.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidRecordingGroupException(String message)
message
- Describes the error encountered.