<?php
namespace Aws\BedrockAgentCoreControl\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Bedrock Agent Core Control Plane Fronting Layer** service.
 */
class BedrockAgentCoreControlException extends AwsException {}
