com.amazonaws.services.detective.model.ServiceQuotaExceededException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aws-java-sdk-detective Show documentation
Show all versions of aws-java-sdk-detective Show documentation
The AWS Java SDK for Amazon Detective module holds the client classes that are used for communicating with Amazon Detective Service
/*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
* and limitations under the License.
*/
package com.amazonaws.services.detective.model;
import javax.annotation.Generated;
/**
*
* This request cannot be completed for one of the following reasons.
*
*
* -
*
* The request would cause the number of member accounts in the behavior graph to exceed the maximum allowed. A behavior
* graph cannot have more than 1200 member accounts.
*
*
* -
*
* The request would cause the data rate for the behavior graph to exceed the maximum allowed.
*
*
* -
*
* Detective is unable to verify the data rate for the member account. This is usually because the member account is not
* enrolled in Amazon GuardDuty.
*
*
*
*/
@Generated("com.amazonaws:aws-java-sdk-code-generator")
public class ServiceQuotaExceededException extends com.amazonaws.services.detective.model.AmazonDetectiveException {
private static final long serialVersionUID = 1L;
/**
* Constructs a new ServiceQuotaExceededException with the specified error message.
*
* @param message
* Describes the error encountered.
*/
public ServiceQuotaExceededException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy