Your IP : 18.191.234.202
<?php namespace Aws\CodeStarconnections\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **AWS CodeStar connections** service. */ class CodeStarconnectionsException extends AwsException {} |