<?phpnamespace AwsCognitoSyncException;use AwsExceptionAwsException;/** * Represents an error interacting with the Amazon Cognito Sync service. */class CognitoSyncException extends AwsException {}