@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InvalidEventSelectorsException extends AWSCloudTrailException
This exception is thrown when the PutEventSelectors
operation is called with an invalid number of event
selectors, data resources, or an invalid value for a parameter:
Specify a valid number of event selectors (1 to 5) for a trail.
Specify a valid number of data resources (1 to 250) for an event selector.
Specify a valid value for a parameter. For example, specifying the ReadWriteType
parameter with a value
of read-only
is invalid.
AmazonServiceException.ErrorType
Constructor and Description |
---|
InvalidEventSelectorsException(String message)
Constructs a new InvalidEventSelectorsException with the specified error message.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidEventSelectorsException(String message)
message
- Describes the error encountered.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.