/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include 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.
*
See Also:
AWS
* API Reference
The type of resource that has exceeded the service quota.
*/ inline const Aws::VectorThe type of resource that has exceeded the service quota.
*/ inline bool ResourcesHasBeenSet() const { return m_resourcesHasBeenSet; } /** *The type of resource that has exceeded the service quota.
*/ inline void SetResources(const Aws::VectorThe type of resource that has exceeded the service quota.
*/ inline void SetResources(Aws::VectorThe type of resource that has exceeded the service quota.
*/ inline ServiceQuotaExceededException& WithResources(const Aws::VectorThe type of resource that has exceeded the service quota.
*/ inline ServiceQuotaExceededException& WithResources(Aws::VectorThe type of resource that has exceeded the service quota.
*/ inline ServiceQuotaExceededException& AddResources(const Aws::String& value) { m_resourcesHasBeenSet = true; m_resources.push_back(value); return *this; } /** *The type of resource that has exceeded the service quota.
*/ inline ServiceQuotaExceededException& AddResources(Aws::String&& value) { m_resourcesHasBeenSet = true; m_resources.push_back(std::move(value)); return *this; } /** *The type of resource that has exceeded the service quota.
*/ inline ServiceQuotaExceededException& AddResources(const char* value) { m_resourcesHasBeenSet = true; m_resources.push_back(value); return *this; } private: Aws::String m_message; bool m_messageHasBeenSet = false; Aws::Vector