관리-도구
편집 파일: BedrockAgentException.php
<?php namespace Aws\BedrockAgent\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **Agents for Amazon Bedrock** service. */ class BedrockAgentException extends AwsException {}