<?phpnamespace AwsRAMException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS Resource Access Manager** service. */class RAMException extends AwsException {}