<?phpnamespace AwsIamException;use AwsExceptionAwsException;/** * Represents an error interacting with the AWS Identity and Access Management service. */class IamException extends AwsException {}