AutorÃa | Ultima modificación | Ver Log |
<?php namespace Aws\RAM\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **AWS Resource Access Manager** service. */ class RAMException extends AwsException {}
<?php
namespace Aws\RAM\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **AWS Resource Access Manager** service.
*/
class RAMException extends AwsException {}